Connector Improvement: Add excludedByUser to fivetran metadata export source_table_metadata table
Hi team,
we are building a workflow where we need to know based on the fivetran metadata export if a table is "excludedByUser" or not. It seems that this information is currently not returned by the Fivetran Platform Connector.
The Fivetran frontend seems to get this information from the following API:
where it is stored in standardConfig > schemas > <schema-Name> > tables > table_name > excludedByUser
It would be good to make this field available in the source_table_metadata table.
A workaround is to filter the log by last sync timestamp and see which tables are synced. However, we think this is can be computationally expensive as well as introduced eventual consistency. We also don't know if tables that are empty show up in the log at all.
Please sign in to leave a comment.
Comments
0 comments