Jed Cunningham
Jed Cunningham
Copied from #15277: > Resolves https://github.com/apache/airflow/issues/13158. > > As the UI has evolved, it has needed to diverge from the constraints of the aged, secondary Bootstrap dependency (by way of...
This adds a liveness probe to our workers, to help guard against the worker being "up" but not communicating with Celery. Might help with #24731, though it'll be a pretty...
Nothing significant, just some minor cleanup on our dataset api tests.
**What this PR does / why we need it**: We set versions with ARGS multiple times in our Dockerfiles, but we really only need to do it once. This is...
**Describe the bug** apache/airflow#30246, coming in Airflow 2.6, has fixed the webserver to properly honor the `[webserver] update_fab_perms` config option. The astro cli, when starting the webserver, does things in...
- [x] I have checked that a similar [feature request](https://github.com/astronomer/astro-cli/issues?q=is%3Aopen+is%3Aissue+label%3A%22feature+request%22) does not already exist. **✍️ Is your feature request related to a problem? Please describe.** We'd like to start offering...
**Describe the bug** The latest release is always #id1, which means there is no way to deep link to a specific version across time. e.g. today id1 is 1.7.0, but...
### Description If there are triggers running when an offline migration happens to 2.9.0+, the trigger kwargs aren't encrypted. We've added logic to notice this and return the value before...
Before: ``` $ airflow db migrate --show-sql-only --from-version 2.8.0 --to-version 2.9.0 DB: sqlite:////root/airflow/sqlite/airflow.db Generating sql for upgrade -- upgrade commands will *not* be submitted. Traceback (most recent call last): File...
- [x] I have checked that a similar [feature request](https://github.com/astronomer/astro-cli/issues?q=is%3Aopen+is%3Aissue+label%3A%22feature+request%22) does not already exist. **✍️ Is your feature request related to a problem? Please describe.** Today, you can use any...