This article contains fixes and recommendations for some common problems encountered when installing and using the Matillion for Snowflake.Documentation Index
Fetch the complete documentation index at: https://docs.maia.ai/llms.txt
Use this file to discover all available pages before exploring further.
Maia runner status hasn’t changed to READY
If your status remains in PENDING or some other state and doesn’t change to READY, you can inspect the logs of the to determine the probable cause. To inspect the logs:- Open the app.
- Click the App events tab.
- Click View logs.
-
Run the following query:
- To view logs, you will need to configure an event table in the Snowflake environment. Read Event table overview for details.
- You may need to run the query as an ACCOUNTADMIN.
What Maia runner version is running?
You may need to know what version of the you are running, for example to pass diagnostic information to Matillion Support. To determine the version:- Open the app.
- Click the Privileges tab.
- This tab displays two numbers separated by a dash. The version is the second number, after the dash. For example, if the tab displays
1.0.20-10.983.0then the version is10.983.0.
Some pipelines aren’t running
If the is started and running correctly but some of your pipelines fail to run, the issue may be with specific components in those pipelines that need to communicate on non-standard ports. To resolve this issue, you will need to open additonal ports, as described below.How to open more ports
To open up additional ports, you will need to alter the network rule created by the application, which by default only allows access to ports80 and 443. You must make these changes using the same role that installed the application.
The network rule created by the application will follow this naming convention:
<APPLICATION_NAME> is MATILLION_DATA_PRODUCTIVITY_CLOUD which means the network rule will be:
<SOME_HOST>:<SOME_PORT> are the new host IP address and network port that you want to open. To open multiple ports, supply a comma-separated list of values in the query.
The rule update is applied immediately, and any pipeline component requiring the bespoke host:port combination should now start working.
