Skip to content
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

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

Open
petardjurkovic opened this issue Sep 4, 2024 · 1 comment
Open

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

petardjurkovic opened this issue Sep 4, 2024 · 1 comment
Labels

Comments

@petardjurkovic
Copy link

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
Copy link
Member

adwk67 commented Sep 4, 2024

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?

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

No branches or pull requests

2 participants