Bowen Li created FLINK-12702: -------------------------------- Summary: support 'properties' in catalog entries in SQL CLI yaml file Key: FLINK-12702 URL: https://issues.apache.org/jira/browse/FLINK-12702 Project: Flink Issue Type: Sub-task Components: Table SQL / Client Reporter: Bowen Li Assignee: Bowen Li Fix For: 1.9.0
support 'properties' in catalog entries in SQL CLI yaml file, e.g.: {code:java} catalogs: - name: <name> type: <catalog_type> property-version: <version> default-database: <db_name> # Optional properties: # Properties of the catalog <prop1>: <value1> <prop2>: <value2> ... {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)