forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Su, Xiaomeng <suxiaomeng1@huawei.com> Co-committed-by: Su, Xiaomeng <suxiaomeng1@huawei.com>
757 B
757 B
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://....')
Parent topic: Job Development