airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.9.1 ### What happened? Sometimes some dags are failing with:...
### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.10.3 ### What happened? Endless sensor rescheduling happening in `reschedule`...
### Description The Apache Hive provider's Hive Client Wrapper connection is missing the possibility to pass extra JDBC parameters to build the JDBC connection string. I would like to use...
Provide an alternative OpenTelemetry implementation for traces that follows standard otel practices
This is my first time contributing to Airflow and I'm not sure if there should be an AIP or a mailing discussion for such changes. I'd appreciate any feedback. ##...
### Body ~We are missing clear endpoint in the[ taskinstance api](https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html#tag/TaskInstance)~ ~We need the endpoint to have same functionality as clear button in the UI. Note: The task needs to...
This doesn't make sense in the new UI in Airflow 3 anymore. Relates to #43519
This allows us to refer to an asset without needing the original object, making it easier to schedule against an asset. I also added some minor improvements to `register_asset_change` so...
### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.8.2 ### What happened? I am trying to pass a...
As explained in my Airflow medium [blogpost](https://medium.com/apache-airflow/transfering-data-from-sap-hana-to-mssql-using-the-airflow-generictransfer-d29f147a9f1f), I've refactored the GenericTransfer to support deferred paginated reads. When dealing with large datasets, not the whole dataset needs to be read into...