docs(ingest): fixed Snowflake recipe to escape dollar-sign (#2994)

This commit is contained in:
Chinmay Bhat 2021-07-29 19:36:09 -04:00 committed by GitHub
parent c8aea00082
commit cabcdd0553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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