Fivetran Platform connector should populate SOURCE_TABLE
Which connector?:
Fivetran Platform Connector (Fivetran Platform Connector)
Additional details:
We utilize Atlan for asset lineage. The tables populated by the Fivetran Platform Connector (ex: incremental_mar, connection, destination, log) do not show lineage back to Fivetran. After discussing with Atlan support the reason for the missing lineage is the Fivetran Platform Connector tables do not have data in the SOURCE_TABLE table relating to where they are sourced from.
I would like the Fivetran Platform Connector to write data to the SOURCE_TABLE about itself like other connectors do.
Example of missing data:
SELECT COUNT(*)
FROM <database>.<schema>.SOURCE_TABLE
WHERE connection_id = '<fivetran platform connector connection id>';
-- returns 0
Thank you!
Please sign in to leave a comment.
Comments
0 comments