We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c477b2 commit d3b679eCopy full SHA for d3b679e
metadata-ingestion/src/datahub/ingestion/source/snowflake/snowflake_schema_gen.py
@@ -213,7 +213,7 @@ def get_workunits_internal(self) -> Iterable[MetadataWorkUnit]:
213
logger.info("Creating structured property templates for tags")
214
yield from self.tag_extractor.create_structured_property_templates()
215
# We have to wait until cache invalidates to make sure the structured property template is available
216
- self.logger.info(
+ logger.info(
217
f"Waiting for {self.config.structured_properties_template_cache_invalidation_interval} seconds for structured properties cache to invalidate"
218
)
219
time.sleep(
0 commit comments