Skip to main content

Community

Connector Improvement: Fivetran Platform Connector Destination Address in Logs

Answered

Please sign in to leave a comment.

Comments

1 comment

  • 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,