How Do I Create a Table Using JSON Data in an OBS Bucket?
DLI allows you to associate JSON data in an OBS bucket to create tables in asynchronous mode.
The statement for creating the table is as follows:
create table tb1 using json options(path 'obs://....')
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.