Skip to content

Commit

Permalink
doc(snowflake): add example of table pattern (datahub-project#4580)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored and maggiehays committed Aug 1, 2022
1 parent 0f62a09 commit d55a052
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions metadata-ingestion/source_docs/snowflake.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ source:
schema_pattern:
deny:
- "information_schema.*"
table_pattern:
allow:
# If you want to ingest only few tables with name revenue and revenue
- ".*revenue"
- ".*sales"
profiling:
enabled: true
profile_pattern:
Expand Down

0 comments on commit d55a052

Please sign in to comment.