Snowflake Connector for Google Analytics Aggregate Data 문제 해결하기

이 항목에서는 Snowflake Connector for Google Analytics Aggregate Data 와 관련된 문제를 해결하기 위한 지침을 제공합니다.

Google Analytics 연결 확인하기

To verify that the Snowflake Connector for Google Analytics Aggregate Data can access Google Analytics data, call the TEST_CONNECTION stored procedure, which is defined in the PUBLIC schema of the connector’s installation database:

CALL TEST_CONNECTION();
Copy

Checking the execution log

If you encounter problems with data ingestion, you can check the CONNECTOR_EXECUTION_LOG table from the STATE schema in the connector’s installation database.

SELECT * FROM STATE.CONNECTOR_EXECUTION_LOG;
Copy

For information on returned content see: Snowflake Connector for Google Analytics Aggregate Data 모니터링하기