Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Invalid
-
None
-
None
Description
support 'properties' in catalog entries in SQL CLI yaml file, e.g.:
catalogs:
- name: <name>
type: <catalog_type>
property-version: <version>
default-database: <db_name> # Optional
properties:
# Properties of the catalog
<prop1>: <value1>
<prop2>: <value2>
...