数据湖探索 DLI-创建DLI表关联DWS:示例

时间:2023-11-10 09:19:36

示例

1
2
3
4
5
6
CREATE TABLE IF NOT EXISTS dli_to_dws
  USING JDBC OPTIONS (
  'url'='jdbc:postgresql://to-dws-1174405119-ih1Ur78j.datasource.com:8000/postgres',
  'dbtable'='test_dws',
  'passwdauth' = 'xxx',
  'encryption' = 'true');
support.huaweicloud.com/sqlref-spark-dli/dli_08_0193.html