Skip to content

Commit 3abcf0c

Browse files
committed
Hide cache ivalidate sleep config option from doc
1 parent 0296c03 commit 3abcf0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

metadata-ingestion/src/datahub/ingestion/source/snowflake/snowflake_config.py

+1
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ class SnowflakeV2Config(
250250
)
251251

252252
structured_properties_template_cache_invalidation_interval: int = Field(
253+
hidden_from_docs=True,
253254
default=60,
254255
description="Interval in seconds to invalidate the structured properties template cache.",
255256
)

0 commit comments

Comments
 (0)