incubator-airflow/tests/operators
Jarek Potiuk 333c871b9e
Fixes tests that was not compatible with MySQL8 (#12615)
In MySQL8 you cannot create table LIKE an INFORMATION_SCHEMA
table because they are not "real" tables and generic_transfer
tests failed on MySQL8 because of that.

This PR changes the test to use connection table instead as
a base for that test
2020-11-25 15:04:46 +01:00
..
__init__.py [AIRFLOW-6714] Remove magic comments about UTF-8 (#7338) 2020-02-02 22:18:19 +01:00
test_bash.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
test_branch_operator.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
test_dagrun_operator.py Wait option for dagrun operator (#12126) 2020-11-12 12:21:29 +01:00
test_email.py Added `files` to templated fields of `EmailOperator` (#12435) 2020-11-18 09:01:41 +01:00
test_generic_transfer.py Fixes tests that was not compatible with MySQL8 (#12615) 2020-11-25 15:04:46 +01:00
test_latest_only_operator.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
test_python.py Check for TaskGroup in _PythonDecoratedOperator (#12312) 2020-11-15 12:28:04 +01:00
test_sql.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
test_subdag_operator.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00