stackabletech / airflow-operator

Stackable Operator for Apache Airflow
Other
21 stars 2 forks source link

Git sync doesn't clone repo on right location #499

Open petardjurkovic opened 1 week ago

petardjurkovic commented 1 week ago

Affected Stackable version

24.7.0

Affected Apache Airflow version

nightly

Current and expected behavior

Gitsync clone the repo but not on expected location specified in gitFolder defined in deployment file.

    dagsGitSync:
      - repo: https://git_url/airflow-dags.git
        branch: release/test
        gitFolder: ./dags
        credentialsSecret: git-credentials

Possible solution

No response

Additional context

No response

Environment

No response

Would you like to work on fixing this bug?

None

adwk67 commented 1 week ago

The docs state that this path should be relative to the internal target for the gitsync action. Do the DAGs get cloned at all, and if so, where? Do you see the same problem with e.g. gitFolder: dags?