mirror of
https://github.com/datahub-project/datahub.git
synced 2026-01-07 15:27:05 +00:00
docs(ingest): fixed Snowflake recipe to escape dollar-sign (#2994)
This commit is contained in:
parent
c8aea00082
commit
cabcdd0553
@ -420,7 +420,7 @@ source:
|
||||
password: pass
|
||||
host_port: account_name
|
||||
database_pattern:
|
||||
# The escaping of the $ symbol helps us skip the environment variable substitution.
|
||||
# The escaping of the \$ symbol helps us skip the environment variable substitution.
|
||||
allow:
|
||||
- ^MY_DEMO_DATA.*
|
||||
- ^ANOTHER_DB_REGEX
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user