You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* test: Add Airflow 3.2.1
Note: The metrics test broke because airflow no longer exports metrics from the webserver role.
Instead, we check completion via the API.
* chore(nix): add grpcurl
Used for interacting with Vector API. Likely not needed, but handy if debugging the vector-aggregator tests for new versions.
* chore(nix): Formatting
* docs(supported-versions): Add 3.2.1, deprecate 3.1.6
* test: Update assertions
Airflow 3.2 changes "migrating" to "migration"
* test: Increase schedule memory limit
Keeps getting OOMKilled in the logging test since Airflow 3.2
* test(common/metrics): Check dag started via the web API.
Later versions of Airflow don't emit metrics from the web server.
These tests also never waited for a success, only checked creation. So that remains for now, and could be improved later.
* docs(getting_started): Bump to Airflow 3.2.1
* docs: Bump postgres requirement to 17
I removed 12, even though it is supported by older versions that we support.
* revert(nix): Restore shell.nix
This file is templated from https://github.com/stackabletech/operator-templating/blob/main/template/shell.nix
0 commit comments