mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-27 18:07:57 +00:00
fix(ingest/snowflake): fixing Snowflake state issue (#7443)
This commit is contained in:
parent
14a660428e
commit
1b53c03794
@ -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"):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user