mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-06 07:39:59 +00:00
fix(ingestion): make snowflake database names lowercase (#2942)
This commit is contained in:
parent
01982310be
commit
b064e51a84
@ -420,12 +420,13 @@ source:
|
|||||||
password: pass
|
password: pass
|
||||||
host_port: account_name
|
host_port: account_name
|
||||||
database_pattern:
|
database_pattern:
|
||||||
|
# The escaping of the $ symbol helps us skip the environment variable substitution.
|
||||||
allow:
|
allow:
|
||||||
- ^regex$
|
- ^MY_DEMO_DATA.*
|
||||||
- ^another_regex$
|
- ^ANOTHER_DB_REGEX
|
||||||
deny:
|
deny:
|
||||||
- ^SNOWFLAKE$
|
- ^SNOWFLAKE\$
|
||||||
- ^SNOWFLAKE_SAMPLE_DATA$
|
- ^SNOWFLAKE_SAMPLE_DATA\$
|
||||||
warehouse: "COMPUTE_WH" # optional
|
warehouse: "COMPUTE_WH" # optional
|
||||||
role: "sysadmin" # optional
|
role: "sysadmin" # optional
|
||||||
include_views: True # whether to include views, defaults to True
|
include_views: True # whether to include views, defaults to True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user