fix(ingestion): make snowflake database names lowercase (#2942)

This commit is contained in:
Harshal Sheth 2021-07-22 21:52:03 -07:00 committed by GitHub
parent 01982310be
commit b064e51a84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -420,12 +420,13 @@ source:
password: pass
host_port: account_name
database_pattern:
# The escaping of the $ symbol helps us skip the environment variable substitution.
allow:
- ^regex$
- ^another_regex$
- ^MY_DEMO_DATA.*
- ^ANOTHER_DB_REGEX
deny:
- ^SNOWFLAKE$
- ^SNOWFLAKE_SAMPLE_DATA$
- ^SNOWFLAKE\$
- ^SNOWFLAKE_SAMPLE_DATA\$
warehouse: "COMPUTE_WH" # optional
role: "sysadmin" # optional
include_views: True # whether to include views, defaults to True