Joshua Carp
39d9057984
Use plain asserts in tests. ( #12951 )
2021-01-17 19:00:17 +01:00
John Bampton
8529cb1c7d
Fix spelling ( #13130 )
2020-12-17 10:53:35 +01:00
Kishore Vancheeshwaran
d5589673a9
Move dummy_operator.py to dummy.py ( #11178 ) ( #11293 )
...
Co-authored-by: Ash Berlin-Taylor <ash_github@firemirror.com>
Co-authored-by: Kaxil Naik <kaxilnaik@gmail.com>
2020-12-08 19:19:46 +00:00
Kaxil Naik
4e8f9cc8d0
Enable Black - Python Auto Formmatter ( #9550 )
2020-11-03 23:51:54 +00:00
Kamil Breguła
97a429f9d0
[AIRFLOW-6714] Remove magic comments about UTF-8 ( #7338 )
2020-02-02 22:18:19 +01:00
bolkedebruin
3730c24c41
[AIRFLOW-5912] Expose lineage API ( #7138 )
...
Lineage data is exposed via the experimental api endpoint
per dag.
2020-01-20 17:16:33 +01:00
bolkedebruin
4bfde026d1
[AIRFLOW-6393] Ensure rendering of all lineage items and record source ( #6953 )
...
Only lineage items obtained from XCom were rendered rather than
all. Additionally source tasks are recorded.
2019-12-31 10:59:43 +00:00
Tomek
6fffa5b0d7
[AIRFLOW-6343] Make tests/* pylint compatible ( #6899 )
2019-12-26 21:30:43 +01:00
bolkedebruin
1ef56df74a
[AIRFLOW-5911] Simplify lineage API and improve robustness ( #6564 )
...
This simplifies the lineage API which was needlessy cluttered.
You can now set "inlets='auto'" rather than "inlets={'auto': True}"
and airflow will figure out what to do.
Co-Authored-By: Ash Berlin-Taylor <ash_github@firemirror.com>
Co-Authored-By: Kaxil Naik <kaxilnaik@gmail.com>
2019-11-27 10:32:59 +01:00
Kevin Yang
d719e1fd67
[AIRFLOW-5362] Reorder imports ( #5944 )
2019-10-02 16:30:03 +01:00
Bas Harenslak
9f14bd8e43
[AIRFLOW-4992] Replace backports configparser by Python native configparser ( #5617 )
2019-08-07 07:52:24 +02:00
Ash Berlin-Taylor
6ae5f2b69a
[AIRFLOW-4864] Remove calls to load_test_config ( #5502 )
...
We already set the environment variable in the test runner so that
airflow.configuration will do this -- we don't need to do it again
2019-07-01 16:43:03 +01:00
Joshua Carp
0e30793849
[AIRFLOW-4177] Check types in tests ( #4994 )
2019-03-29 23:03:34 +01:00
Bolke de Bruin
648e1e6930
[AIRFLOW-2425] Add lineage support
...
Add lineage support by having inlets and oulets
that
are made available to dependent upstream or
downstream
tasks.
If configured to do so can send lineage data to a
backend. Apache Atlas is supported out of the box.
Closes #3321 from bolkedebruin/lineage_exp
2018-05-14 09:09:25 +02:00