_SvIncludePlusContent-_DP_ImportConfig_Hadoop_Bitbucket 1
_SvIncludeLibrary
On this page
Related content
- No related content found
CREATE EXTERNAL TABLE IF NOT EXISTS some_db.datapipeline_export (
`repository_id` string,
`instance_url` string,
`url` string,
`repository_name` string,
`description` string,
`hierarchy_id` string,
`origin` string,
`project_id` string,
`project_key` string,
`project_name` string,
`project_type` string,
`forkable` string,
`fork` string,
`public` string
)
ROW FORMAT SERDE 'org.apache.hadoop.hive.serde2.OpenCSVSerde'
WITH SERDEPROPERTIES (
"escapeChar" = "\\",
'quoteChar' = '"',
'separatorChar' = ','
) LOCATION 's3://my-data-pipeline-bucket/test-exports/'
TBLPROPERTIES ('has_encrypted_data'='false');
Last modified on Jun 13, 2024
Related content
- No related content found
Powered by Confluence and Scroll Viewport.