ecodina
ecodina
### Apache Airflow version 2.7.1 ### What happened When running an ExternalTaskSensor with `external_task_id=None` and in deferrable mode, the trigger doesn't wait for the entire DAG since it needs a...
### Apache Airflow version 2.7.1 ### What happened If trying to wait for a DAG currently in a `deferred` state using the ExternalTaskSensor in deferrable mode, the sensor doesn't consider...
### Apache Airflow version 2.7.1 ### What happened If a DAG (`dag1`) is running and another DAG (`dag2`) has an ExternalTaskSensor (`task-externalsensor`) that checks a task on `dag1`, `task-externalsensor` will...
Closes: #39675 Now, on the home page, the two sets of buttons (filter DAG states and DAG Run states work together). I have had to add a new button on...
### Description A few versions ago a very useful feature was introduced: allowing users to filter the home (DAG list) by RUNNING or FAILED DAGs. However, when you click on...
### Description Airflow 3 has modified some of the imports. For example, when starting the `api-server` we now see the following warning: ``` dagfactory/dagbuilder.py:32 DeprecatedImportWarning: The `airflow.utils.task_group.TaskGroup` attribute is deprecated....
### DAG Factory version 1.0.1 ### airflow version 3.1.3 ### Python version 3.12 ### Deployment Docker-Compose ### Deployment details _No response_ ### What happened? According to the Airflow docs, an...
### Description I was testing version 1.0 and saw that the new version now [includes by default](https://github.com/astronomer/dag-factory/blob/main/dagfactory/dagbuilder.py#L841) the tag "dagfactory". I propose to make adding this tag optional, maybe by...
### Description It may be useful to add a Keycloak auth manager endpoint where you could obtain a token using the client_credentials flow. The endpoint could be `POST /token/client_credentials`, where...