mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-25 08:58:26 +00:00
fix(ingest/snowflake): fix lineage query aggregation for optimised lineage path (#8011)
Co-authored-by: Andrew Sikowitz <andrew.sikowitz@acryl.io>
This commit is contained in:
parent
d4d62575d8
commit
294f65fdd7
@ -749,7 +749,7 @@ class SnowflakeQuery:
|
||||
downstream_column_name,
|
||||
ANY_VALUE(query_start_time),
|
||||
query_id,
|
||||
ARRAY_AGG(
|
||||
ARRAY_UNIQUE_AGG(
|
||||
OBJECT_CONSTRUCT(
|
||||
'object_name', upstream_column_table_name,
|
||||
'object_domain', upstream_column_object_domain,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user