fix(ingest/snowflake): fixing Snowflake state issue (#7443)

This commit is contained in:
Tamas Nemeth 2023-02-27 13:59:30 +01:00 committed by GitHub
parent 14a660428e
commit 1b53c03794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1539,7 +1539,7 @@ class SnowflakeV2Source(
def close(self) -> None:
super().close()
super(StatefulIngestionSourceBase, self).close()
StatefulIngestionSourceBase.close(self)
if hasattr(self, "lineage_extractor"):
self.lineage_extractor.close()
if hasattr(self, "usage_extractor"):