Files
doc-exports/docs/dli/umn/dli_03_0108.html
Su, Xiaomeng 3a07c40729 dli_umn_20250212
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>
2025-02-24 08:11:08 +00:00

1.2 KiB

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.