Connector Improvement: Fivetran Platform Connector Destination Address in Logs
AnsweredWe currently use the Fivetran Platform Connector to send logs from Fivetran to Snowflake. We get information about the destination but the logs don't contain the Database address of Snowflake. We would like an improvement where in the destination table in the Fivetran logs, we can see the destination database name associated with the destination id. This would fully integrate Fivetran logs and our Snowflake architecture
-
Official comment
Hi Kenneth,
Thanks for sharing this request! To make sure we fully understand the requirement — are you looking for additional information in the log table for the destination configuration regarding the database details?
You can find the database information today by running the following query in Snowflake:
SELECT PARSE_JSON(message_data):"properties"."database"::string AS database_name FROM log WHERE message_event = 'create_warehouse';Let us know if this helps.
Best,
Please sign in to leave a comment.
Comments
1 comment