mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-09 16:02:13 +00:00
fix(snowflake): resolve table name collision between FileBackedList and StoredProcLineageTracker (#14028)
This commit is contained in:
parent
aa4f8aca3e
commit
97b9ae0ceb
@ -65,7 +65,7 @@ class StoredProcLineageTracker(Closeable):
|
||||
# { root_query_id -> StoredProcExecutionLineage }
|
||||
self._stored_proc_execution_lineage: FileBackedDict[
|
||||
StoredProcExecutionLineage
|
||||
] = FileBackedDict(shared_connection)
|
||||
] = FileBackedDict(shared_connection, tablename="stored_proc_lineage")
|
||||
|
||||
def add_stored_proc_call(self, call: StoredProcCall) -> None:
|
||||
"""Add a stored procedure call to track."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user