Skip to content

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

Open
@robaba

Description

@robaba

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions