Airflow etl test reid #238
test.yml
on: pull_request
Python Lint
5s
Pytests
1m 55s
Annotations
10 errors
Ruff (F841):
airflow/dags/dcatus_etl.py#L33
airflow/dags/dcatus_etl.py:33:13: F841 Local variable `ti` is assigned to but never used
|
Ruff (F401):
airflow/dags/extract.py#L1
airflow/dags/extract.py:1:8: F401 `requests` imported but unused
|
Ruff (F401):
airflow/dags/extract.py#L2
airflow/dags/extract.py:2:32: F401 `airflow.decorators.task` imported but unused
|
Ruff (F821):
airflow/dags/extract.py#L13
airflow/dags/extract.py:13:9: F821 Undefined name `sntwitter`
|
Ruff (F821):
airflow/dags/extract.py#L17
airflow/dags/extract.py:17:9: F821 Undefined name `tweets_list`
|
Ruff (F821):
airflow/dags/extract.py#L28
airflow/dags/extract.py:28:17: F821 Undefined name `pd`
|
Ruff (F821):
airflow/dags/extract.py#L29
airflow/dags/extract.py:29:9: F821 Undefined name `tweets_list`
|
Ruff (F821):
airflow/dags/extract.py#L34
airflow/dags/extract.py:34:5: F821 Undefined name `transform_data`
|
Ruff (F821):
airflow/dags/load.py#L21
airflow/dags/load.py:21:19: F821 Undefined name `bucket_name`
|
Ruff (F841):
airflow/dags/load.py#L30
airflow/dags/load.py:30:25: F841 Local variable `e` is assigned to but never used
|