Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Jun 30, 2021
1 parent 602cd94 commit ad62982
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion metadata-ingestion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,13 @@ source:
username: user
password: pass
host_port: account_name
database: db_name
database_pattern:
allow:
- ^regex$
- ^another_regex$
deny:
- ^SNOWFLAKE$
- ^SNOWFLAKE_SAMPLE_DATA$
warehouse: "COMPUTE_WH" # optional
role: "sysadmin" # optional
include_views: True # whether to include views, defaults to True
Expand Down

0 comments on commit ad62982

Please sign in to comment.