Snowflake Connector for Google Analytics Aggregate Data のトラブルシューティング¶
このトピックでは、 Snowflake Connector for Google Analytics Aggregate Data の問題をトラブルシューティングするためのガイドラインを提供します。
Googleアナリティクスへの接続の確認¶
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();
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;
For information on returned content see: Snowflake Connector for Google Analytics Aggregate Data のモニター