Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config.Sample Note #330

Merged
merged 2 commits into from
Sep 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions config.sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ transform: # Optional
- url: https://github.com/MY_TRANSFORM_CODE_REPO.git
- url: https://github.com/MY_OTHER_TRANSFORM_CODE_REPO.git
sha: abcd01abcd01abcd01abcd01abcd01abcd01abcd
datalake: # Optional
datalake: # Optional - **ensure zone names are lower case**
zones:
- Bronze
- Silver
- Gold
- bronze
- silver
- gold

unity_catalog: # Optional. If you wish to disable Unity Catalog, remove this section
catalog_name: catalog
catalog_name_prefix: catalog # Either name, or prefix need to be set
schema_name: schema
schema_name_prefix: schema
datalake_zones: # From datalake section above, the zones that Unity Catalog will have access to
- Gold
- gold

unity_catalog_metastore: # Needs to be present if unity_catalog section is present
metastore_name: metastore-westeurope # Setting this will result in a new metastore being deployed
Expand Down
Loading