airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
### Description Hey team, I am Kaiwalya, Developer Advocate at Elestio. Elestio has been providing options of fully deploying and managing Airflow application as shown [here](https://elest.io/open-source/airflow). I think it would...
- Delete collections by specifying one or more properties. - Use optional filters (`contains_any` or `contains_all`) to allow deletion of objects that match a set of criteria. - Fixes #42565...
## Description This pull request makes this example DAG work. This DAG uses the XComArg (in other words, `.output`) from the first task as the input for the `trigger_dag_id` argument...
Currently, documentation publishing in Canary runs is disabled. This caused several problems (that will get worse over time): * we do not test publishing worklfow - and it might stop...
### What do you see as an issue? The documentation on [DAG level permissions](https://airflow.apache.org/docs/apache-airflow-providers-fab/stable/auth-manager/access-control.html#dag-level-permissions) states that the permissions `DAGs.can_edit`, `DAG Runs.can_read`, `Task Instances.can_edit` are required for the endpoint `/dags/{dag_id}/clearTaskInstances`. ###...
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers apache-airflow-providers-amazon==8.29.0 ### Apache Airflow version 2.9.2 ### Operating System Amazon Linux 2023.5.20240805 ### Deployment Amazon (AWS) MWAA ### Deployment...
### Description [Rename Datasets to Assets](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=311627073#AIP74IntroducingDataAssets-RenameDatasetstoAssets) ### Use case/motivation [Rationale](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=311627073#AIP74IntroducingDataAssets-Rationale) ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to...
--- Initial version of performance testing framework - AIP-59. Note: PR created for early review, testing in progress - not ready for merge. **^ Add meaningful description above** Read the...
### Apache Airflow version 2.9.3 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? I've veen trying to extend the Kubernetes Pod Operator in order...
### Pull Request Description **Summary:** This PR introduces the `get_name` method as an abstract method in the base metrics logger class. The `get_name` method has been implemented in both the...