stackabletech / stackabletech/airflow-operator

Update environment variable that is used for sql_alchemy_conn

Open
#319 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
32
Forks
6
Avg merge
1d 7h
Merged PRs (30d)
13

Description

In airflow version 2.2.5 the value for sql_alchemy_conn is held in AIRFLOW__CORE__SQL_ALCHEMY_CONN - this is the variable currently used in the airflow operator.

In version 2.6.1 this is now AIRFLOW__DATABASE__SQL_ALCHEMY_CONN. This should be updated as deprecation warnings are being logged.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Search the Rust operator source for AIRFLOW__CORE__SQL_ALCHEMY_CONN and inspect the surrounding configuration handling. Update the referenced variable to AIRFLOW__DATABASE__SQL_ALCHEMY_CONN, then run the project's existing tests or checks and confirm the deprecated-variable warning is no longer triggered.

Written by the indexing model from the issue text.

Assessment

Tech stack
kubernetes, rust
Domain
infrastructure
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.