stackabletech / stackabletech/airflow-operator
Refactor operator reconcile function towards fetch/build/apply split
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 32
- Forks
- 6
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 13
Description
Tracked by in https://github.com/stackabletech/issues/issues/355
Similar to https://github.com/stackabletech/druid-operator/pull/391
This ticket is mostly a refactoring task. It differs from the druid operator, as airflow contains two reconcile loops.
- Restructure each reconcile function into fetch/build/apply steps.
- Write two smoke test for the resulting build functions.
- Improve on the POC folder structure and naming scheme.
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 by reviewing the two reconcile functions and the approach in stackabletech/druid-operator#391. Restructure each into fetch, build, and apply steps, add two smoke tests for the build functions, and compare the resulting folder structure and naming with the existing POC. The issue does not name specific files or test entry points.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes, rust
- Domain
- devops, infrastructure
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 28/100