incubator-airflow/tests
Tomek Urbaszek 112f7d7169
Add creating_job_id to DagRun table (#11396)
This PR introduces creating_job_id column in DagRun table that links a
DagRun to job that created it. Part of #11302

Co-authored-by: Kaxil Naik <kaxilnaik@gmail.com>
2020-10-17 12:31:07 +02:00
..
airflow_pylint Pylint checks should be way faster now (#10207) 2020-08-07 11:07:15 +02:00
api Replace methods on state with frozenset properties (#11576) 2020-10-16 21:09:36 +01:00
api_connexion Prepend `DAG:` to dag permissions (#11189) 2020-10-16 00:32:38 +01:00
bats Split tests to more sub-types (#11402) 2020-10-11 07:40:31 -07:00
cli Prepend `DAG:` to dag permissions (#11189) 2020-10-16 00:32:38 +01:00
cluster_policies Add ClusterPolicyViolation support to airflow local settings (#10282) 2020-08-12 23:06:29 +01:00
core Airflow tutorial to use Decorated Flows (#11308) 2020-10-13 16:59:20 +01:00
dags Spend less time waiting for LocalTaskJob's subprocss process to finish (#11373) 2020-10-13 10:00:16 +01:00
dags_corrupted [AIRFLOW-6714] Remove magic comments about UTF-8 (#7338) 2020-02-02 22:18:19 +01:00
dags_with_system_exit [AIRFLOW-6714] Remove magic comments about UTF-8 (#7338) 2020-02-02 22:18:19 +01:00
executors Fix spelling in CeleryExecutor (#11407) 2020-10-11 18:06:26 +02:00
hooks Add missing assert call in test_dbapi_hook.py (#10842) 2020-09-09 23:59:16 +01:00
jobs Add creating_job_id to DagRun table (#11396) 2020-10-17 12:31:07 +02:00
kubernetes Fix tcp keepalive parameters parsing (#11594) 2020-10-16 17:34:11 -07:00
lineage [AIRFLOW-6714] Remove magic comments about UTF-8 (#7338) 2020-02-02 22:18:19 +01:00
macros Remove unittest.main() from tests (#8454) 2020-04-19 22:05:47 +02:00
models Add creating_job_id to DagRun table (#11396) 2020-10-17 12:31:07 +02:00
operators Set doc_md when using task decorator and function has __doc__ (#11598) 2020-10-17 01:09:01 +01:00
plugins The test_find_not_should_ignore_path is now in heisentests (#10989) 2020-09-17 14:46:36 +02:00
providers Add DataflowStartFlexTemplateOperator (#8550) 2020-10-16 18:28:23 +02:00
secrets Simplify load connection in LocalFilesystemBackend (#10638) 2020-09-06 20:56:03 +02:00
security Remove config side effects from tests (#8607) 2020-05-04 12:29:09 +02:00
sensors Fix spelling (#11404) 2020-10-10 20:47:22 +02:00
serialization Guard against kubernetes not being installed (#11558) 2020-10-16 16:23:20 +01:00
task Split tests to more sub-types (#11402) 2020-10-11 07:40:31 -07:00
test_utils Add DataflowStartFlexTemplateOperator (#8550) 2020-10-16 18:28:23 +02:00
testconfig/conf [AIRFLOW-5205] Xml files are checked with xmllint (#5808) 2019-08-20 10:29:34 -04:00
ti_deps Replace methods on state with frozenset properties (#11576) 2020-10-16 21:09:36 +01:00
utils Mask Password in Log table when using the CLI (#11468) 2020-10-12 19:27:01 +01:00
www Pass SQLAlchemy engine options to FAB based UI (#11395) 2020-10-16 19:55:41 +02:00
__init__.py [AIRFLOW-6714] Remove magic comments about UTF-8 (#7338) 2020-02-02 22:18:19 +01:00
build_provider_packages_dependencies.py Remove all "noinspection" comments native to IntelliJ (#10525) 2020-08-25 00:01:37 +02:00
conftest.py Move test tools from tests.utils to tests.test_utils (#10889) 2020-10-03 14:27:06 +02:00
deprecated_classes.py Change prefix of AwsDynamoDB hook module (#11209) 2020-10-11 20:49:23 +01:00