Help Center/
Data Lake Insight/
FAQs/
SQL Jobs/
SQL Job Development/
How Do I Create a Table Using JSON Data in an OBS Bucket?
Updated on 2024-11-15 GMT+08:00
How Do I Create a Table Using JSON Data in an OBS Bucket?
To associate JSON data nested in an OBS bucket, you can create a table in asynchronous mode.
The following is an example of a table creation statement that shows how to use JSON format options to specify the path in OBS:
create table tb1 using json options(path 'obs://....')
- using json: JSON format is used.
- options: used to set table options.
- path: path of the JSON file in OBS.
Parent topic: SQL Job Development
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot