Skip to content

Commit 66e39c3

Browse files
docs(snowflake ingestion): document new snowflake ingest config options
1 parent 25a9f75 commit 66e39c3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

metadata-ingestion/docs/sources/snowflake/snowflake_recipe.yml

+6
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ source:
2828
# This option is recommended to reduce profiling time and costs.
2929
turn_off_expensive_profiling_metrics: true
3030

31+
# If set to True, assumes this is Datahub Enterprise Edition, and skips the check for standard edition. Default is False.
32+
skip_standard_edition_check: True
33+
34+
# If set to True, allows schemas with no tables or views to be processed, without reporting generic permissions error. Default is False.
35+
allow_empty_schemas: True
36+
3137
# (Optional) Uncomment and update this section to filter profiled tables
3238
# profile_pattern:
3339
# allow:

0 commit comments

Comments
 (0)