astronomer/dag-factory
Dynamically generate Apache Airflow DAGs from YAML configuration files
PythonApache-2.0
Issues
- 1
Solve critical issues
#212 opened by tatiana - 0
Add dev docs
#232 opened by pankajastro - 2
Create user-facing documentation for DAG Factory
#278 opened by tatiana - 3
[Feature] customization hook for `load_yaml_dags`
#299 opened by wearpants - 4
- 0
- 0
Release DAG Factory 0.21.0
#223 opened by tatiana - 0
- 1
Release DAG Factory 0.22.0
#306 opened by phanikumv - 2
Expand() usage does not pickup .output if task with expand comes before in yaml def/dict keys of task referenced in expand
#225 opened by StephenOTT - 1
- 1
[Bug] `partial` Does Not Replace Task Outputs
#303 opened by su-four - 2
- 13
[feature] Render YAML definitions in Airflow UI
#272 opened by tatiana - 2
- 2
Host user-facing DAG Factory docs
#279 opened by tatiana - 3
- 2
Support dag_display_name property
#233 opened by aliellis - 5
[Feature] Shared defaults for load_yaml_dags
#297 opened by wearpants - 1
- 2
- 10
All DAGS disappear on import failure
#283 opened by skiedude - 0
[Feature] Deny/Allow list for operators that can be used with dag factory
#296 opened by cmarteepants - 0
[Docs] [Tests] Example for using dag defaults when declaring multiple dags within the same file
#295 opened by cmarteepants - 1
[Bug] load_yaml_dags does not call clean_dags
#291 opened by wearpants - 0
[bug] Timetables issue
#287 opened by tatiana - 0
- 0
Improve DAG Factory nomenclature consistencies
#284 opened by tatiana - 0
[bug] Unable to define `start_date` in the per DAG or task without using `default_args`
#286 opened by tatiana - 2
- 6
- 1
Release DAG Factory 0.20.0
#217 opened by phanikumv - 0
- 2
- 0
Enable complexity check and address issues
#264 opened by tatiana - 0
- 3
- 1
[Test failure] Airflow 2.3, Python 3.11 TIMEZONE = pendulum.tz.timezone('UTC') E TypeError: 'module' object is not callable
#242 opened by pankajkoti - 1
[Test Failure] Airflow AttributeError: 'CronDataIntervalTimetable' object has no attribute 'can_run'
#243 opened by pankajkoti - 0
[Test failure] Airflow 2.7 - cron_descriptor.Exception.FormatException: Error: Expression only has 1 parts. At least 5 part are required.
#244 opened by pankajkoti - 1
[Test failure] Airflow 2.3 - FAILED tests/test_dagbuilder.py::test_dynamic_task_mapping
#239 opened by pankajkoti - 1
[Test failure] Airflow 2.4, 2.5, 2.6 - ImportError: cannot import name 'appengine' from 'requests.packages.urllib3.contrib'
#240 opened by pankajkoti - 1
[Test failure] ImportError: cannot import name 'soft_unicode' from 'markupsafe' - Airflow 2.2
#238 opened by pankajkoti - 0
Run tests against Airflow 2.2.5 - 2.10
#230 opened by tatiana - 0
Run pre-commit hooks on all files for the project
#241 opened by pankajkoti - 0
Make DAG Factory compatible with Airflow 3.0
#224 opened by tatiana - 0
DAG Factory 0.21.0
#211 opened by tatiana - 0
Support Installed code via python callable string
#220 opened by john-drews - 1
Using dag-factory with Astro Python SDK
#215 opened by alextroshin - 2
Simplify the DAG-instantiation process
#213 opened by jroach-astronomer