airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
This PR closes: #37106 Previously the DAG search bar could be used to search by DAG id and owner. Changes in /home UI from user's perspective: * DAG search with...
Hello, This PR makes possible to setup and parameterize HttpHook and HttpAsyncHook's `auth_type` from the Connection UI. Concretely, this PR: - Add two extra settings in Http 'Extra' Connection: -...
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers https://raw.githubusercontent.com/apache/airflow/constraints-2.4.3/constraints-3.10.txt ### Apache Airflow version 2.4.3 ### Operating System https://github.com/aws/aws-mwaa-local-runner / on macos 12.6 ### Deployment Docker-Compose ### Deployment...
For tasks that belong to task groups, the emitted metric format is `airflow.dag....duration` and therefore it is not being picked up by the existing airflow_task_duration mapping. This adds an extra...
### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.7.3 ### What happened? When adding Connection , while filling...
The new structure introduces eager loading, which we don't want. This re-instates lazy loading at the expense of that storage_options might not be fully parsed. @potiuk @ap-- @Taragolis --- **^...
closes: #37158 Adds support for pinecone-client >= 3.x Migration checks - [x] Index creation - [x] handle updated(breaking change) response from `list_indexes` and `list_collections` - [x] handle `describe_index` response change...
### Apache Airflow version 2.8.1 ### What happened? I tried to pass the result of an `expand`ed task to a `@task.kubernetes` task, and it failed. This only seems to work...
### Apache Airflow version 2.7.3 ### What happened I have encountered a bug where the `executor_config` for a task is lost when the task is retried. This issue occurs when...
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers apache-airflow-providers-google==10.10.0 ### Apache Airflow version 2.6.3 ### Operating System Debian 11 ### Deployment Google Cloud Composer ### Deployment details...