Help Center> Data Lake Insight> FAQs> Problems Related to SQL Jobs> Job Development> How Do I Create a Table Using JSON Data in an OBS Bucket?
Updated on 2022-11-09 GMT+08:00

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://....')

Job Development FAQs

more