Skip to content

Commit d3b679e

Browse files
committed
lit fix
1 parent 5c477b2 commit d3b679e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def get_workunits_internal(self) -> Iterable[MetadataWorkUnit]:
213213
logger.info("Creating structured property templates for tags")
214214
yield from self.tag_extractor.create_structured_property_templates()
215215
# We have to wait until cache invalidates to make sure the structured property template is available
216-
self.logger.info(
216+
logger.info(
217217
f"Waiting for {self.config.structured_properties_template_cache_invalidation_interval} seconds for structured properties cache to invalidate"
218218
)
219219
time.sleep(

0 commit comments

Comments
 (0)