stackabletech / stackabletech/airflow-operator
Git sync doesn't clone repo on right location
Open
Nobody has claimed this yet.
type/bug
- Dominant language
- Rust
- Stars
- 32
- Forks
- 6
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 13
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start from the deployment file's dagsGitSync configuration and trace how the gitFolder value is handled during repository cloning. Reproduce the configuration with gitFolder: ./dags and verify that the repository is placed at the configured location; done means the clone path matches that value.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, kubernetes, rust
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100