Does the Fivetran Platform Connector Capture Connection Setup Test Logs?
Question
Does the Fivetran Platform Connector capture connection setup test logs?
Environment
Fivetran Platform Connector
Answer
Yes, the Fivetran Platform Connector captures connector setup test logs and stores them in the LOG
table's message_data
column. To retrieve setup test logs, filter the column for entries containing testName
. For example, you can run the following query:
SELECT * FROM LOG WHERE message_data LIKE '%testName%';