forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pylint_todo.txt
400 lines (400 loc) · 15.9 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
./airflow/__init__.py
./airflow/configuration.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/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/datadog_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/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/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/aws_athena_operator.py
./airflow/contrib/operators/awsbatch_operator.py
./airflow/contrib/operators/azure_container_instances_operator.py
./airflow/contrib/operators/azure_cosmos_operator.py
./airflow/operators/cassandra_to_gcs.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_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/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/qubole_check_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_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/executors/__init__.py
./airflow/executors/base_executor.py
./airflow/executors/celery_executor.py
./airflow/executors/dask_executor.py
./airflow/executors/local_executor.py
./airflow/executors/sequential_executor.py
./airflow/hooks/__init__.py
./airflow/hooks/dbapi_hook.py
./airflow/hooks/docker_hook.py
./airflow/hooks/druid_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/jobs/__init__.py
./airflow/jobs/backfill_job.py
./airflow/jobs/base_job.py
./airflow/jobs/local_task_job.py
./airflow/jobs/scheduler_job.py
./airflow/lineage/__init__.py
./airflow/lineage/backend/atlas/__init__.py
./airflow/lineage/backend/atlas/typedefs.py
./airflow/lineage/datasets.py
./airflow/logging_config.py
./airflow/macros/__init__.py
./airflow/macros/hive.py
./airflow/migrations/env.py
./airflow/models/base.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/taskinstance.py
./airflow/models/variable.py
./airflow/models/xcom.py
./airflow/operators/__init__.py
./airflow/operators/bash_operator.py
./airflow/operators/check_operator.py
./airflow/operators/dagrun_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/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/plugins_manager.py
./airflow/sensors/__init__.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/settings.py
./airflow/stats.py
./airflow/task/task_runner/__init__.py
./airflow/task/task_runner/base_task_runner.py
./airflow/task/task_runner/standard_task_runner.py
./airflow/ti_deps/dep_context.py
./airflow/ti_deps/deps/base_ti_dep.py
./airflow/ti_deps/deps/dag_ti_slots_available_dep.py
./airflow/ti_deps/deps/dag_unpaused_dep.py
./airflow/ti_deps/deps/dagrun_exists_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/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/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/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
./scripts/perf/scheduler_ops_metrics.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_cassandra_hook.py
./tests/contrib/hooks/test_databricks_hook.py
./tests/contrib/hooks/test_imap_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_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/operators/test_cassandra_to_gcs.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_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_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/core.py
./tests/executors/test_base_executor.py
./tests/executors/test_celery_executor.py
./tests/executors/test_dask_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_scheduler_job.py
./tests/lineage/backend/test_atlas.py
./tests/lineage/test_lineage.py
./tests/macros/test_hive.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/operators/test_bash_operator.py
./tests/operators/test_gcs_to_s3.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_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/__init__.py
./tests/task/task_runner/test_standard_task_runner.py
./tests/test_configuration.py
./tests/test_local_settings.py
./tests/test_logging_config.py
./tests/test_stats.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/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_log_handlers.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_views.py