.. |
__init__.py
|
[AIRFLOW-3190] Make flake8 compliant (#4035)
|
2018-10-12 22:22:52 +01:00 |
test_adls_to_gcs_operator.py
|
[AIRFLOW-6552] Move Azure classes to providers.microsoft package (#7158)
|
2020-01-15 21:22:10 +01:00 |
test_bash_operator.py
|
[AIRFLOW-6337] Make tests/operators pylint compatible (#6894)
|
2019-12-25 14:30:41 +01:00 |
test_bigquery_to_bigquery.py
|
[AIRFLOW-6365] Remove tests/compat (#6919)
|
2019-12-27 09:14:02 +01:00 |
test_bigquery_to_gcs.py
|
[AIRFLOW-6365] Remove tests/compat (#6919)
|
2019-12-27 09:14:02 +01:00 |
test_bigquery_to_mysql.py
|
[AIRFLOW-6365] Remove tests/compat (#6919)
|
2019-12-27 09:14:02 +01:00 |
test_branch_operator.py
|
[AIRFLOW-6382] Extract provide/create session to session module (#6938)
|
2019-12-28 20:31:07 +01:00 |
test_cassandra_to_gcs.py
|
[AIRFLOW-6119] [AIP-21] Rename GCS operators, hooks and sensors (#7125)
|
2020-01-13 13:37:15 +01:00 |
test_check_operator.py
|
[AIRFLOW-6365] Remove tests/compat (#6919)
|
2019-12-27 09:14:02 +01:00 |
test_dagrun_operator.py
|
[AIRFLOW-6382] Extract provide/create session to session module (#6938)
|
2019-12-28 20:31:07 +01:00 |
test_docker_operator.py
|
[AIRFLOW-6434] add return statement back to DockerOperator.execute (#7013)
|
2020-01-03 17:32:19 +01:00 |
test_docker_swarm_operator.py
|
[AIRFLOW-6365] Remove tests/compat (#6919)
|
2019-12-27 09:14:02 +01:00 |
test_email_operator.py
|
[AIRFLOW-5362] Reorder imports (#5944)
|
2019-10-02 16:30:03 +01:00 |
test_gcs_to_gcs.py
|
[AIRFLOW-6119] [AIP-21] Rename GCS operators, hooks and sensors (#7125)
|
2020-01-13 13:37:15 +01:00 |
test_gcs_to_gcs_operator_system.py
|
[AIRFLOW-5631] Change way of running GCP system tests (#6299)
|
2019-10-28 14:26:37 +01:00 |
test_gcs_to_gcs_system_helper.py
|
[AIRFLOW-5362] Reorder imports (#5944)
|
2019-10-02 16:30:03 +01:00 |
test_gcs_to_s3.py
|
[AIRFLOW-6119] [AIP-21] Rename GCS operators, hooks and sensors (#7125)
|
2020-01-13 13:37:15 +01:00 |
test_gcs_to_sftp.py
|
[AIRFLOW-6146] [AIP-21] Rename GCS operators regarding GDrive, BigQuery and SFTP (#7147)
|
2020-01-14 17:10:26 +01:00 |
test_gcs_to_sftp_system.py
|
[AIRFLOW-5631] Change way of running GCP system tests (#6299)
|
2019-10-28 14:26:37 +01:00 |
test_gcs_to_sftp_system_helper.py
|
[AIRFLOW-5696] Add GoogleCloudStorageToSFTPOperator (#6366)
|
2019-10-22 12:00:02 +02:00 |
test_google_api_to_s3_transfer.py
|
[AIRFLOW-6004] Untangle Executors class to avoid cyclic imports (#6596)
|
2019-12-03 16:02:20 +01:00 |
test_hive_to_druid.py
|
[AIRFLOW-5362] Reorder imports (#5944)
|
2019-10-02 16:30:03 +01:00 |
test_hive_to_mysql.py
|
[AIRFLOW-5362] Reorder imports (#5944)
|
2019-10-02 16:30:03 +01:00 |
test_hive_to_samba_operator.py
|
[AIRFLOW-5362] Reorder imports (#5944)
|
2019-10-02 16:30:03 +01:00 |
test_http_operator.py
|
[AIRFLOW-6365] Remove tests/compat (#6919)
|
2019-12-27 09:14:02 +01:00 |
test_jdbc_operator.py
|
[AIRFLOW-5362] Reorder imports (#5944)
|
2019-10-02 16:30:03 +01:00 |
test_latest_only_operator.py
|
[AIRFLOW-5362] Reorder imports (#5944)
|
2019-10-02 16:30:03 +01:00 |
test_local_to_gcs.py
|
[AIRFLOW-6119] [AIP-21] Rename GCS operators, hooks and sensors (#7125)
|
2020-01-13 13:37:15 +01:00 |
test_mssql_operator.py
|
[AIRFLOW-6296] add OdbcHook & deprecation warning for pymssql (#6850)
|
2020-01-19 07:54:56 +01:00 |
test_mssql_to_gcs.py
|
[AIRFLOW-6119] [AIP-21] Rename GCS operators, hooks and sensors (#7125)
|
2020-01-13 13:37:15 +01:00 |
test_mssql_to_hive.py
|
[AIRFLOW-6333] Bump Pylint to 2.4.4 & fix/disable new checks (#6888)
|
2019-12-24 00:17:02 +00:00 |
test_mysql_to_gcs.py
|
[AIRFLOW-6119] [AIP-21] Rename GCS operators, hooks and sensors (#7125)
|
2020-01-13 13:37:15 +01:00 |
test_operators.py
|
[AIRFLOW-6489] Separate integrations in tests (#7091)
|
2020-01-13 20:47:37 +01:00 |
test_papermill_operator.py
|
[AIRFLOW-6337] Make tests/operators pylint compatible (#6894)
|
2019-12-25 14:30:41 +01:00 |
test_postgres_to_gcs.py
|
[AIRFLOW-6489] Separate integrations in tests (#7091)
|
2020-01-13 20:47:37 +01:00 |
test_postgres_to_gcs_system.py
|
[AIRFLOW-3489] Improve json data handling in PostgresToGcs operator (#6572)
|
2019-11-18 01:44:58 +01:00 |
test_presto_to_mysql.py
|
[AIRFLOW-5362] Reorder imports (#5944)
|
2019-10-02 16:30:03 +01:00 |
test_python_operator.py
|
[AIRFLOW-6057] Update template_fields of the PythonSensor (#6656)
|
2019-12-29 20:40:50 +01:00 |
test_redshift_to_s3_operator.py
|
[AIRFLOW-6391] Move content of utils.tests to tests.test_utils (#6949)
|
2019-12-29 21:17:56 +01:00 |
test_s3_to_hive_operator.py
|
[AIRFLOW-6365] Remove tests/compat (#6919)
|
2019-12-27 09:14:02 +01:00 |
test_s3_to_redshift_operator.py
|
[AIRFLOW-6391] Move content of utils.tests to tests.test_utils (#6949)
|
2019-12-29 21:17:56 +01:00 |
test_slack_operator.py
|
[AIRFLOW-6385] BugFix: SlackAPIPostOperator fails when blocks not set (#7022)
|
2020-01-03 18:14:19 +00:00 |
test_subdag_operator.py
|
[AIRFLOW-6382] Extract provide/create session to session module (#6938)
|
2019-12-28 20:31:07 +01:00 |
test_virtualenv_operator.py
|
[AIRFLOW-6337] Make tests/operators pylint compatible (#6894)
|
2019-12-25 14:30:41 +01:00 |