forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpylint_todo.txt
535 lines (535 loc) · 22.8 KB
/
pylint_todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
./airflow/bin/cli.py
./airflow/configuration.py
./airflow/config_templates/airflow_local_settings.py
./airflow/config_templates/default_celery.py
./airflow/contrib/auth/backends/github_enterprise_auth.py
./airflow/contrib/auth/backends/google_auth.py
./airflow/contrib/auth/backends/kerberos_auth.py
./airflow/contrib/auth/backends/ldap_auth.py
./airflow/contrib/auth/backends/password_auth.py
./airflow/contrib/hooks/azure_container_instance_hook.py
./airflow/contrib/hooks/azure_container_volume_hook.py
./airflow/contrib/hooks/azure_cosmos_hook.py
./airflow/contrib/hooks/azure_data_lake_hook.py
./airflow/contrib/hooks/azure_fileshare_hook.py
./airflow/contrib/hooks/cassandra_hook.py
./airflow/contrib/hooks/databricks_hook.py
./airflow/contrib/hooks/datadog_hook.py
./airflow/contrib/hooks/datastore_hook.py
./airflow/contrib/hooks/dingding_hook.py
./airflow/contrib/hooks/discord_webhook_hook.py
./airflow/contrib/hooks/emr_hook.py
./airflow/contrib/hooks/fs_hook.py
./airflow/contrib/hooks/ftp_hook.py
./airflow/contrib/hooks/grpc_hook.py
./airflow/contrib/hooks/jenkins_hook.py
./airflow/contrib/hooks/openfaas_hook.py
./airflow/contrib/hooks/opsgenie_alert_hook.py
./airflow/contrib/hooks/pinot_hook.py
./airflow/contrib/hooks/qubole_check_hook.py
./airflow/contrib/hooks/qubole_hook.py
./airflow/contrib/hooks/redshift_hook.py
./airflow/contrib/hooks/sagemaker_hook.py
./airflow/contrib/hooks/segment_hook.py
./airflow/contrib/hooks/sftp_hook.py
./airflow/contrib/hooks/slack_webhook_hook.py
./airflow/contrib/hooks/snowflake_hook.py
./airflow/contrib/hooks/spark_jdbc_hook.py
./airflow/contrib/hooks/spark_jdbc_script.py
./airflow/contrib/hooks/spark_sql_hook.py
./airflow/contrib/hooks/spark_submit_hook.py
./airflow/contrib/hooks/sqoop_hook.py
./airflow/contrib/hooks/vertica_hook.py
./airflow/contrib/hooks/wasb_hook.py
./airflow/contrib/operators/adls_list_operator.py
./airflow/contrib/operators/adls_to_gcs.py
./airflow/contrib/operators/awsbatch_operator.py
./airflow/contrib/operators/aws_athena_operator.py
./airflow/contrib/operators/aws_sqs_publish_operator.py
./airflow/contrib/operators/azure_container_instances_operator.py
./airflow/contrib/operators/azure_cosmos_operator.py
./airflow/contrib/operators/cassandra_to_gcs.py
./airflow/contrib/operators/datastore_export_operator.py
./airflow/contrib/operators/datastore_import_operator.py
./airflow/contrib/operators/dingding_operator.py
./airflow/contrib/operators/discord_webhook_operator.py
./airflow/contrib/operators/druid_operator.py
./airflow/contrib/operators/ecs_operator.py
./airflow/contrib/operators/emr_add_steps_operator.py
./airflow/contrib/operators/emr_create_job_flow_operator.py
./airflow/contrib/operators/emr_terminate_job_flow_operator.py
./airflow/contrib/operators/file_to_gcs.py
./airflow/contrib/operators/file_to_wasb.py
./airflow/contrib/operators/grpc_operator.py
./airflow/contrib/operators/hipchat_operator.py
./airflow/contrib/operators/hive_to_dynamodb.py
./airflow/contrib/operators/jenkins_job_trigger_operator.py
./airflow/contrib/operators/jira_operator.py
./airflow/contrib/operators/kubernetes_pod_operator.py
./airflow/gcp/operators/mlengine.py
./airflow/contrib/operators/mongo_to_s3.py
./airflow/contrib/operators/opsgenie_alert_operator.py
./airflow/contrib/operators/oracle_to_azure_data_lake_transfer.py
./airflow/contrib/operators/oracle_to_oracle_transfer.py
./airflow/contrib/operators/pubsub_operator.py
./airflow/contrib/operators/qubole_check_operator.py
./airflow/contrib/operators/qubole_operator.py
./airflow/contrib/operators/redis_publish_operator.py
./airflow/contrib/operators/s3_copy_object_operator.py
./airflow/contrib/operators/s3_delete_objects_operator.py
./airflow/contrib/operators/s3_list_operator.py
./airflow/contrib/operators/s3_to_gcs_operator.py
./airflow/contrib/operators/s3_to_gcs_transfer_operator.py
./airflow/contrib/operators/s3_to_sftp_operator.py
./airflow/contrib/operators/sagemaker_base_operator.py
./airflow/contrib/operators/sagemaker_endpoint_config_operator.py
./airflow/contrib/operators/sagemaker_endpoint_operator.py
./airflow/contrib/operators/sagemaker_model_operator.py
./airflow/contrib/operators/sagemaker_training_operator.py
./airflow/contrib/operators/sagemaker_transform_operator.py
./airflow/contrib/operators/sagemaker_tuning_operator.py
./airflow/contrib/operators/segment_track_event_operator.py
./airflow/contrib/operators/sftp_operator.py
./airflow/contrib/operators/sftp_to_s3_operator.py
./airflow/contrib/operators/slack_webhook_operator.py
./airflow/contrib/operators/snowflake_operator.py
./airflow/contrib/operators/sns_publish_operator.py
./airflow/contrib/operators/spark_jdbc_operator.py
./airflow/contrib/operators/spark_sql_operator.py
./airflow/contrib/operators/spark_submit_operator.py
./airflow/contrib/operators/sqoop_operator.py
./airflow/contrib/operators/ssh_operator.py
./airflow/contrib/operators/vertica_operator.py
./airflow/contrib/operators/vertica_to_hive.py
./airflow/contrib/operators/vertica_to_mysql.py
./airflow/contrib/operators/wasb_delete_blob_operator.py
./airflow/contrib/operators/winrm_operator.py
./airflow/contrib/sensors/aws_athena_sensor.py
./airflow/contrib/sensors/aws_glue_catalog_partition_sensor.py
./airflow/contrib/sensors/aws_redshift_cluster_sensor.py
./airflow/contrib/sensors/aws_sqs_sensor.py
./airflow/contrib/sensors/azure_cosmos_sensor.py
./airflow/contrib/sensors/bash_sensor.py
./airflow/contrib/sensors/cassandra_record_sensor.py
./airflow/contrib/sensors/cassandra_table_sensor.py
./airflow/contrib/sensors/celery_queue_sensor.py
./airflow/contrib/sensors/datadog_sensor.py
./airflow/contrib/sensors/emr_base_sensor.py
./airflow/contrib/sensors/emr_job_flow_sensor.py
./airflow/contrib/sensors/emr_step_sensor.py
./airflow/contrib/sensors/file_sensor.py
./airflow/contrib/sensors/ftp_sensor.py
./airflow/contrib/sensors/hdfs_sensor.py
./airflow/contrib/sensors/jira_sensor.py
./airflow/contrib/sensors/mongo_sensor.py
./airflow/contrib/sensors/python_sensor.py
./airflow/contrib/sensors/qubole_sensor.py
./airflow/contrib/sensors/redis_key_sensor.py
./airflow/contrib/sensors/redis_pub_sub_sensor.py
./airflow/contrib/sensors/sagemaker_base_sensor.py
./airflow/contrib/sensors/sagemaker_endpoint_sensor.py
./airflow/contrib/sensors/sagemaker_training_sensor.py
./airflow/contrib/sensors/sagemaker_transform_sensor.py
./airflow/contrib/sensors/sagemaker_tuning_sensor.py
./airflow/contrib/sensors/sftp_sensor.py
./airflow/contrib/sensors/wasb_sensor.py
./airflow/contrib/sensors/weekday_sensor.py
./airflow/contrib/utils/log/task_handler_with_custom_formatter.py
./airflow/gcp/utils/mlengine_operator_utils.py
./airflow/gcp/utils/mlengine_prediction_summary.py
./airflow/contrib/utils/sendgrid.py
./airflow/contrib/utils/weekday.py
./airflow/exceptions.py
./airflow/executors/base_executor.py
./airflow/executors/celery_executor.py
./airflow/executors/dask_executor.py
./airflow/executors/kubernetes_executor.py
./airflow/executors/local_executor.py
./airflow/executors/sequential_executor.py
./airflow/executors/__init__.py
./airflow/hooks/dbapi_hook.py
./airflow/hooks/docker_hook.py
./airflow/hooks/druid_hook.py
./airflow/hooks/hdfs_hook.py
./airflow/hooks/hive_hooks.py
./airflow/hooks/http_hook.py
./airflow/hooks/jdbc_hook.py
./airflow/hooks/mssql_hook.py
./airflow/hooks/mysql_hook.py
./airflow/hooks/oracle_hook.py
./airflow/hooks/pig_hook.py
./airflow/hooks/postgres_hook.py
./airflow/hooks/presto_hook.py
./airflow/hooks/samba_hook.py
./airflow/hooks/sqlite_hook.py
./airflow/hooks/zendesk_hook.py
./airflow/hooks/__init__.py
./airflow/jobs/backfill_job.py
./airflow/jobs/base_job.py
./airflow/jobs/local_task_job.py
./airflow/jobs/scheduler_job.py
./airflow/jobs/__init__.py
./airflow/kubernetes/kubernetes_request_factory/kubernetes_request_factory.py
./airflow/kubernetes/kubernetes_request_factory/pod_request_factory.py
./airflow/kubernetes/kube_client.py
./airflow/kubernetes/pod.py
./airflow/kubernetes/pod_generator.py
./airflow/kubernetes/pod_launcher.py
./airflow/kubernetes/secret.py
./airflow/kubernetes/volume.py
./airflow/kubernetes/volume_mount.py
./airflow/kubernetes/worker_configuration.py
./airflow/lineage/backend/atlas/typedefs.py
./airflow/lineage/backend/atlas/__init__.py
./airflow/lineage/backend/__init__.py
./airflow/lineage/datasets.py
./airflow/lineage/__init__.py
./airflow/logging_config.py
./airflow/macros/hive.py
./airflow/macros/__init__.py
./airflow/migrations/env.py
./airflow/migrations/versions/004c1210f153_increase_queue_name_size_limit.py
./airflow/migrations/versions/03bc53e68815_add_sm_dag_index.py
./airflow/migrations/versions/05f30312d566_merge_heads.py
./airflow/migrations/versions/0a2a5b66e19d_add_task_reschedule_table.py
./airflow/migrations/versions/0e2a74e0fc9f_add_time_zone_awareness.py
./airflow/migrations/versions/004c1210f153_increase_queue_name_size_limit.py
./airflow/migrations/versions/127d2bf2dfa7_add_dag_id_state_index_on_dag_run_table.py
./airflow/migrations/versions/13eb55f81627_for_compatibility.py
./airflow/migrations/versions/1507a7289a2f_create_is_encrypted.py
./airflow/migrations/versions/1968acfc09e3_add_is_encrypted_column_to_variable_.py
./airflow/migrations/versions/1b38cef5b76e_add_dagrun.py
./airflow/migrations/versions/211e584da130_add_ti_state_index.py
./airflow/migrations/versions/27c6a30d7c24_add_executor_config_to_task_instance.py
./airflow/migrations/versions/2e541a1dcfed_task_duration.py
./airflow/migrations/versions/2e82aab8ef20_rename_user_table.py
./airflow/migrations/versions/338e90f54d61_more_logging_into_task_isntance.py
./airflow/migrations/versions/33ae817a1ff4_add_kubernetes_resource_checkpointing.py
./airflow/migrations/versions/40e67319e3a9_dagrun_config.py
./airflow/migrations/versions/41f5f12752f8_add_superuser_field.py
./airflow/migrations/versions/4446e08588_dagrun_start_end.py
./airflow/migrations/versions/4addfa1236f1_add_fractional_seconds_to_mysql_tables.py
./airflow/migrations/versions/4ebbffe0a39a_merge_heads.py
./airflow/migrations/versions/502898887f84_adding_extra_to_log.py
./airflow/migrations/versions/52d714495f0_job_id_indices.py
./airflow/migrations/versions/561833c1c74b_add_password_column_to_user.py
./airflow/migrations/versions/5e7d17757c7a_add_pid_field_to_taskinstance.py
./airflow/migrations/versions/64de9cddf6c9_add_task_fails_journal_table.py
./airflow/migrations/versions/8504051e801b_xcom_dag_task_indices.py
./airflow/migrations/versions/856955da8476_fix_sqlite_foreign_key.py
./airflow/migrations/versions/86770d1215c0_add_kubernetes_scheduler_uniqueness.py
./airflow/migrations/versions/939bb1e647c8_task_reschedule_fk_on_cascade_delete.py
./airflow/migrations/versions/947454bf1dff_add_ti_job_id_index.py
./airflow/migrations/versions/9635ae0956e7_index_faskfail.py
./airflow/migrations/versions/a56c9515abdc_remove_dag_stat_table.py
./airflow/migrations/versions/bba5a7cfc896_add_a_column_to_track_the_encryption_.py
./airflow/migrations/versions/bbc73705a13e_add_notification_sent_column_to_sla_miss.py
./airflow/migrations/versions/bdaa763e6c56_make_xcom_value_column_a_large_binary.py
./airflow/migrations/versions/bf00311e1990_add_index_to_taskinstance.py
./airflow/migrations/versions/c8ffec048a3b_add_fields_to_dag.py
./airflow/migrations/versions/cc1e65623dc7_add_max_tries_column_to_task_instance.py
./airflow/migrations/versions/cf5dc11e79ad_drop_user_and_chart.py
./airflow/migrations/versions/d2ae31099d61_increase_text_size_for_mysql.py
./airflow/migrations/versions/dd25f486b8ea_add_idx_log_dag.py
./airflow/migrations/versions/dd4ecb8fbee3_add_schedule_interval_to_dag.py
./airflow/migrations/versions/e3a246e0dc1_current_schema.py
./airflow/migrations/versions/f23433877c24_fix_mysql_not_null_constraint.py
./airflow/migrations/versions/f2ca10b85618_add_dag_stats_table.py
./airflow/migrations/versions/6e96a59344a4_make_taskinstance_pool_not_nullable.py
./airflow/models/base.py
./airflow/models/baseoperator.py
./airflow/models/connection.py
./airflow/models/crypto.py
./airflow/models/dag.py
./airflow/models/dagbag.py
./airflow/models/dagpickle.py
./airflow/models/dagrun.py
./airflow/models/errors.py
./airflow/models/kubernetes.py
./airflow/models/log.py
./airflow/models/pool.py
./airflow/models/skipmixin.py
./airflow/models/slamiss.py
./airflow/models/taskfail.py
./airflow/models/taskinstance.py
./airflow/models/taskreschedule.py
./airflow/models/variable.py
./airflow/models/xcom.py
./airflow/models/__init__.py
./airflow/operators/bash_operator.py
./airflow/operators/check_operator.py
./airflow/operators/dagrun_operator.py
./airflow/operators/docker_operator.py
./airflow/operators/druid_check_operator.py
./airflow/operators/dummy_operator.py
./airflow/operators/email_operator.py
./airflow/operators/generic_transfer.py
./airflow/operators/hive_operator.py
./airflow/operators/hive_stats_operator.py
./airflow/operators/hive_to_druid.py
./airflow/operators/hive_to_mysql.py
./airflow/operators/hive_to_samba_operator.py
./airflow/operators/http_operator.py
./airflow/operators/jdbc_operator.py
./airflow/operators/latest_only_operator.py
./airflow/operators/mssql_operator.py
./airflow/operators/mssql_to_hive.py
./airflow/operators/mysql_operator.py
./airflow/operators/mysql_to_hive.py
./airflow/operators/oracle_operator.py
./airflow/operators/papermill_operator.py
./airflow/operators/pig_operator.py
./airflow/operators/postgres_operator.py
./airflow/operators/presto_check_operator.py
./airflow/operators/presto_to_mysql.py
./airflow/operators/python_operator.py
./airflow/operators/redshift_to_s3_operator.py
./airflow/operators/s3_file_transform_operator.py
./airflow/operators/s3_to_hive_operator.py
./airflow/operators/s3_to_redshift_operator.py
./airflow/operators/slack_operator.py
./airflow/operators/sqlite_operator.py
./airflow/operators/subdag_operator.py
./airflow/operators/__init__.py
./airflow/plugins_manager.py
./airflow/security/kerberos.py
./airflow/security/utils.py
./airflow/sensors/base_sensor_operator.py
./airflow/sensors/external_task_sensor.py
./airflow/sensors/hdfs_sensor.py
./airflow/sensors/hive_partition_sensor.py
./airflow/sensors/http_sensor.py
./airflow/sensors/metastore_partition_sensor.py
./airflow/sensors/named_hive_partition_sensor.py
./airflow/sensors/s3_key_sensor.py
./airflow/sensors/s3_prefix_sensor.py
./airflow/sensors/sql_sensor.py
./airflow/sensors/time_delta_sensor.py
./airflow/sensors/time_sensor.py
./airflow/sensors/web_hdfs_sensor.py
./airflow/sensors/__init__.py
./airflow/settings.py
./airflow/stats.py
./airflow/task/task_runner/base_task_runner.py
./airflow/task/task_runner/standard_task_runner.py
./airflow/task/task_runner/__init__.py
./airflow/ti_deps/deps/base_ti_dep.py
./airflow/ti_deps/deps/dagrun_exists_dep.py
./airflow/ti_deps/deps/dag_ti_slots_available_dep.py
./airflow/ti_deps/deps/dag_unpaused_dep.py
./airflow/ti_deps/deps/exec_date_after_start_date_dep.py
./airflow/ti_deps/deps/not_in_retry_period_dep.py
./airflow/ti_deps/deps/not_running_dep.py
./airflow/ti_deps/deps/not_skipped_dep.py
./airflow/ti_deps/deps/prev_dagrun_dep.py
./airflow/ti_deps/deps/ready_to_reschedule.py
./airflow/ti_deps/deps/runnable_exec_date_dep.py
./airflow/ti_deps/deps/task_concurrency_dep.py
./airflow/ti_deps/deps/trigger_rule_dep.py
./airflow/ti_deps/deps/valid_state_dep.py
./airflow/ti_deps/dep_context.py
./airflow/utils/asciiart.py
./airflow/utils/cli_action_loggers.py
./airflow/utils/compression.py
./airflow/utils/configuration.py
./airflow/utils/dag_processing.py
./airflow/utils/dates.py
./airflow/utils/db.py
./airflow/utils/decorators.py
./airflow/utils/email.py
./airflow/utils/file.py
./airflow/utils/helpers.py
./airflow/utils/json.py
./airflow/utils/log/es_task_handler.py
./airflow/utils/log/file_processor_handler.py
./airflow/utils/log/file_task_handler.py
./airflow/utils/log/gcs_task_handler.py
./airflow/utils/log/logging_mixin.py
./airflow/utils/log/s3_task_handler.py
./airflow/utils/log/wasb_task_handler.py
./airflow/utils/module_loading.py
./airflow/utils/net.py
./airflow/utils/operator_helpers.py
./airflow/utils/operator_resources.py
./airflow/utils/sqlalchemy.py
./airflow/utils/state.py
./airflow/utils/tests.py
./airflow/utils/timeout.py
./airflow/utils/timezone.py
./airflow/utils/trigger_rule.py
./airflow/utils/weight_rule.py
./airflow/version.py
./airflow/www/api/experimental/endpoints.py
./airflow/www/app.py
./airflow/www/blueprints.py
./airflow/www/decorators.py
./airflow/www/forms.py
./airflow/www/gunicorn_config.py
./airflow/www/security.py
./airflow/www/static_config.py
./airflow/www/utils.py
./airflow/www/validators.py
./airflow/www/views.py
./airflow/www/widgets.py
./airflow/__init__.py
./docs/conf.py
./docs/exts/docroles.py
./docs/exts/exampleinclude.py
./docs/exts/removemarktransform.py
./scripts/perf/scheduler_ops_metrics.py
./tests/cli/test_cli.py
./tests/cli/test_worker_initialisation.py
./tests/contrib/hooks/test_aws_hook.py
./tests/contrib/hooks/test_aws_lambda_hook.py
./tests/contrib/hooks/test_azure_container_instance_hook.py
./tests/contrib/hooks/test_azure_cosmos_hook.py
./tests/contrib/hooks/test_bigquery_hook.py
./tests/contrib/hooks/test_cassandra_hook.py
./tests/contrib/hooks/test_databricks_hook.py
./tests/contrib/hooks/test_datastore_hook.py
./tests/contrib/hooks/test_discord_webhook_hook.py
./tests/contrib/hooks/test_ftp_hook.py
./tests/contrib/hooks/test_jira_hook.py
./tests/contrib/hooks/test_mongo_hook.py
./tests/contrib/hooks/test_openfaas_hook.py
./tests/contrib/hooks/test_opsgenie_alert_hook.py
./tests/contrib/hooks/test_redshift_hook.py
./tests/contrib/hooks/test_salesforce_hook.py
./tests/contrib/hooks/test_segment_hook.py
./tests/contrib/hooks/test_sftp_hook.py
./tests/contrib/hooks/test_slack_webhook_hook.py
./tests/contrib/hooks/test_snowflake_hook.py
./tests/contrib/hooks/test_spark_sql_hook.py
./tests/contrib/hooks/test_spark_submit_hook.py
./tests/contrib/hooks/test_sqoop_hook.py
./tests/contrib/hooks/test_zendesk_hook.py
./tests/contrib/operators/test_aws_sqs_publish_operator.py
./tests/contrib/operators/test_azure_container_instances_operator.py
./tests/contrib/operators/test_azure_cosmos_insertdocument_operator.py
./tests/contrib/operators/test_cassandra_to_gcs_operator.py
./tests/contrib/operators/test_druid_operator.py
./tests/contrib/operators/test_ecs_operator.py
./tests/contrib/operators/test_emr_add_steps_operator.py
./tests/contrib/operators/test_emr_create_job_flow_operator.py
./tests/contrib/operators/test_gcs_to_s3_operator.py
./tests/contrib/operators/test_grpc_operator.py
./tests/gcp/operators/test_mlengine.py
./tests/contrib/operators/test_oracle_to_azure_data_lake_transfer.py
./tests/contrib/operators/test_qubole_check_operator.py
./tests/contrib/operators/test_redis_publish_operator.py
./tests/contrib/operators/test_s3_copy_object_operator.py
./tests/contrib/operators/test_s3_delete_objects_operator.py
./tests/contrib/operators/test_s3_to_gcs_operator.py
./tests/contrib/operators/test_s3_to_sftp_operator.py
./tests/contrib/operators/test_sftp_operator.py
./tests/contrib/operators/test_snowflake_operator.py
./tests/contrib/operators/test_spark_submit_operator.py
./tests/contrib/operators/test_ssh_operator.py
./tests/contrib/sensors/test_aws_redshift_cluster_sensor.py
./tests/contrib/sensors/test_bash_sensor.py
./tests/contrib/sensors/test_emr_step_sensor.py
./tests/contrib/sensors/test_file_sensor.py
./tests/contrib/sensors/test_python_sensor.py
./tests/contrib/sensors/test_redis_pub_sub_sensor.py
./tests/contrib/sensors/test_sqs_sensor.py
./tests/contrib/sensors/test_weekday_sensor.py
./tests/contrib/utils/logging_command_executor.py
./tests/contrib/utils/run_once_decorator.py
./tests/gcp/operators/test_mlengine_utils.py
./tests/contrib/utils/test_sendgrid.py
./tests/contrib/utils/test_weekday.py
./tests/core.py
./tests/executors/test_base_executor.py
./tests/executors/test_celery_executor.py
./tests/executors/test_dask_executor.py
./tests/executors/test_executor.py
./tests/executors/test_kubernetes_executor.py
./tests/hooks/test_docker_hook.py
./tests/hooks/test_druid_hook.py
./tests/hooks/test_hive_hook.py
./tests/hooks/test_http_hook.py
./tests/hooks/test_oracle_hook.py
./tests/hooks/test_pig_hook.py
./tests/hooks/test_postgres_hook.py
./tests/hooks/test_webhdfs_hook.py
./tests/jobs/test_backfill_job.py
./tests/jobs/test_base_job.py
./tests/jobs/test_local_task_job.py
./tests/jobs/test_scheduler_job.py
./tests/kubernetes/kubernetes_request_factory/test_kubernetes_request_factory.py
./tests/kubernetes/kubernetes_request_factory/test_pod_request_factory.py
./tests/kubernetes/test_pod_launcher.py
./tests/lineage/backend/test_atlas.py
./tests/lineage/test_lineage.py
./tests/macros/test_hive.py
./tests/minikube/test_kubernetes_executor.py
./tests/minikube/test_kubernetes_pod_operator.py
./tests/models/test_cleartasks.py
./tests/models/test_dag.py
./tests/models/test_dagbag.py
./tests/models/test_dagrun.py
./tests/models/test_pool.py
./tests/models/test_skipmixin.py
./tests/models/test_taskinstance.py
./tests/models/test_variable.py
./tests/operators/test_bash_operator.py
./tests/operators/test_check_operator.py
./tests/operators/test_docker_operator.py
./tests/operators/test_hive_operator.py
./tests/operators/test_hive_to_druid.py
./tests/operators/test_mssql_to_hive.py
./tests/operators/test_operators.py
./tests/operators/test_papermill_operator.py
./tests/operators/test_python_operator.py
./tests/operators/test_redshift_to_s3_operator.py
./tests/operators/test_s3_file_transform_operator.py
./tests/operators/test_s3_to_hive_operator.py
./tests/operators/test_s3_to_redshift_operator.py
./tests/operators/test_virtualenv_operator.py
./tests/plugins/test_plugin.py
./tests/security/test_kerberos.py
./tests/sensors/test_base_sensor.py
./tests/sensors/test_external_task_sensor.py
./tests/sensors/test_http_sensor.py
./tests/sensors/test_named_hive_partition_sensor.py
./tests/sensors/test_s3_key_sensor.py
./tests/sensors/test_s3_prefix_sensor.py
./tests/sensors/test_sql_sensor.py
./tests/sensors/test_timedelta_sensor.py
./tests/sensors/test_timeout_sensor.py
./tests/task/task_runner/test_standard_task_runner.py
./tests/task/__init__.py
./tests/test_configuration.py
./tests/test_local_settings.py
./tests/test_logging_config.py
./tests/test_stats.py
./tests/test_utils/db.py
./tests/test_utils/decorators.py
./tests/test_utils/reset_warning_registry.py
./tests/ti_deps/deps/fake_models.py
./tests/ti_deps/deps/test_dagrun_exists_dep.py
./tests/ti_deps/deps/test_ready_to_reschedule_dep.py
./tests/ti_deps/deps/test_runnable_exec_date_dep.py
./tests/utils/log/elasticmock/fake_elasticsearch.py
./tests/utils/log/test_es_task_handler.py
./tests/utils/log/test_file_processor_handler.py
./tests/utils/log/test_s3_task_handler.py
./tests/utils/test_cli_util.py
./tests/utils/test_compression.py
./tests/utils/test_dag_processing.py
./tests/utils/test_dates.py
./tests/utils/test_db.py
./tests/utils/test_decorators.py
./tests/utils/test_helpers.py
./tests/utils/test_json.py
./tests/utils/test_logging_mixin.py
./tests/utils/test_log_handlers.py
./tests/utils/test_module_loading.py
./tests/utils/test_tests.py
./tests/utils/test_timezone.py
./tests/www/api/experimental/test_endpoints.py
./tests/www/api/experimental/test_kerberos_endpoints.py
./tests/www/test_security.py
./tests/www/test_utils.py
./tests/www/test_validators.py
./tests/www/test_views.py