Skip to content

Commit

Permalink
Hide cache ivalidate sleep config option from doc
Browse files Browse the repository at this point in the history
  • Loading branch information
treff7es committed Jan 30, 2025
1 parent 0296c03 commit 3abcf0c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ class SnowflakeV2Config(
)

structured_properties_template_cache_invalidation_interval: int = Field(
hidden_from_docs=True,
default=60,
description="Interval in seconds to invalidate the structured properties template cache.",
)
Expand Down

0 comments on commit 3abcf0c

Please sign in to comment.