Bas Harenslak
Bas Harenslak
This PR implements a filesystem listener to immediately process changes in the DAGs folder. Still some TODOs but creating the PR for testing/feedback. closes: https://github.com/apache/airflow/discussions/27208
* Cookiecutter version: 2.5.0 * Template project url: * Python version: 3.12.1 * Operating System: MacOS ### Description: I expected that I could use [private variables](https://cookiecutter.readthedocs.io/en/stable/advanced/private_variables.html) for variables that I...
When running `astro dev upgrade-test` between Airflow 2.7.3 (astro-runtime:9.10.0) and Airflow 2.8.1, we get this in the dependency_compare.txt file: ``` Unknown Updates: SQLAlchemy-JSONField 1.0.1.post0 >> 1.0.2 boto3 1.34.27 >> 1.33.13...
A user tried adding an invalid variable which printed a message, but still returned exit code 0 (i.e. success): ``` astro deployment variable create --deployment-id clgyk4gke788834jup3l397f9d "dfasasgsagasgsafsgs cac ccccccc c"...
This PR raises the log level of several log messages related to parallelism to warning level. IMO it's currently not evident when Airflow reaches a parallelism limit so the purpose...
This PR applies Terraform highlighting for readability and clarifies the correct API token to use.
Wrote some best practices for using the Astro API. Do we have a common structure for these types of docs?
**Describe the bug** Related to https://github.com/astronomer/astro-cli/issues/1732, the default Runtime version is quite low: currently 5.0.1, which is already out of support. I suggest defaulting to the latest Runtime version. **What...