Skip to content

git-sync container fail in quickstart Running Apache Airflow on SPCS #1902

New issue

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

Open
robaba opened this issue Feb 25, 2025 · 1 comment
Open

git-sync container fail in quickstart Running Apache Airflow on SPCS #1902

robaba opened this issue Feb 25, 2025 · 1 comment

Comments

@robaba
Copy link

robaba commented Feb 25, 2025

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

@rokster
Copy link

rokster commented Apr 3, 2025

@robaba have you managed to resolve this problem ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants