We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On step 6, I am experiencing issues related to the git-sync container. I have pushed the image that I built and created the service "airflow_service".
This is the response from SELECT SYSTEM$GET_SERVICE_STATUS('airflow_service');
SELECT SYSTEM$GET_SERVICE_STATUS('airflow_service')
[ { "status": "READY", "message": "Running", "containerName": "scheduler", "instanceId": "0", "serviceName": "AIRFLOW_SERVICE", "image": "<MY ACCOUNT>.registry.snowflakecomputing.com/airflow_db/airflow_schema/airflow_repository/airflow:2.7.3", "restartCount": 0, "startTime": "2025-02-25T15:41:00Z" }, { "status": "READY", "message": "Running", "containerName": "webserver", "instanceId": "0", "serviceName": "AIRFLOW_SERVICE", "image": "<MY ACCOUNT>.registry.snowflakecomputing.com/airflow_db/airflow_schema/airflow_repository/airflow:2.7.3", "restartCount": 0, "startTime": "2025-02-25T15:41:01Z" }, { "status": "FAILED", "message": "Encountered fatal error while running, check container logs", "containerName": "git-sync", "instanceId": "0", "serviceName": "AIRFLOW_SERVICE", "image": "<MY ACCOUNT>.registry.snowflakecomputing.com/airflow_db/airflow_schema/airflow_repository/gitsync:latest", "restartCount": 3, "startTime": "", "lastExitCode": 127, "lastRestartTime": "2025-02-25T15:41:41Z" } ]
If i run CALL SYSTEM$GET_SERVICE_LOGS('airflow_service', '0','git-sync');
CALL SYSTEM$GET_SERVICE_LOGS('airflow_service', '0','git-sync');
I get the following output
bash: line 1: /root/.config/snowflake/git-sync.sh: cannot execute: required file not found
The text was updated successfully, but these errors were encountered:
@robaba have you managed to resolve this problem ?
Sorry, something went wrong.
No branches or pull requests
On step 6, I am experiencing issues related to the git-sync container. I have pushed the image that I built and created the service "airflow_service".
This is the response from
SELECT SYSTEM$GET_SERVICE_STATUS('airflow_service')
;[ { "status": "READY", "message": "Running", "containerName": "scheduler", "instanceId": "0", "serviceName": "AIRFLOW_SERVICE", "image": "<MY ACCOUNT>.registry.snowflakecomputing.com/airflow_db/airflow_schema/airflow_repository/airflow:2.7.3", "restartCount": 0, "startTime": "2025-02-25T15:41:00Z" }, { "status": "READY", "message": "Running", "containerName": "webserver", "instanceId": "0", "serviceName": "AIRFLOW_SERVICE", "image": "<MY ACCOUNT>.registry.snowflakecomputing.com/airflow_db/airflow_schema/airflow_repository/airflow:2.7.3", "restartCount": 0, "startTime": "2025-02-25T15:41:01Z" }, { "status": "FAILED", "message": "Encountered fatal error while running, check container logs", "containerName": "git-sync", "instanceId": "0", "serviceName": "AIRFLOW_SERVICE", "image": "<MY ACCOUNT>.registry.snowflakecomputing.com/airflow_db/airflow_schema/airflow_repository/gitsync:latest", "restartCount": 3, "startTime": "", "lastExitCode": 127, "lastRestartTime": "2025-02-25T15:41:41Z" } ]
If i run
CALL SYSTEM$GET_SERVICE_LOGS('airflow_service', '0','git-sync');
I get the following output
bash: line 1: /root/.config/snowflake/git-sync.sh: cannot execute: required file not found
The text was updated successfully, but these errors were encountered: