Untitled

 avatar
unknown
plain_text
4 years ago
1.5 kB
5
Indexable
[2021-07-18 19:36:51,140] {logging_mixin.py:104} WARNING - /home/ardhi_wahyudhi/.local/lib/python3.8/site-packages/airflow/providers/google/cloud/transfers/gcs_to_bigquery.py:260 DeprecationWarning: The bigquery_conn_id parameter has been deprecated. You should pass the gcp_conn_id parameter.
[2021-07-18 19:36:51,246] {taskinstance.py:1501} ERROR - Task failed with exception
Traceback (most recent call last):
  File "/home/ardhi_wahyudhi/.local/lib/python3.8/site-packages/airflow/models/taskinstance.py", line 1157, in _run_raw_task
    self._prepare_and_execute_task_with_callbacks(context, task)
  File "/home/ardhi_wahyudhi/.local/lib/python3.8/site-packages/airflow/models/taskinstance.py", line 1331, in _prepare_and_execute_task_with_callbacks
    result = self._execute_task(context, task_copy)
  File "/home/ardhi_wahyudhi/.local/lib/python3.8/site-packages/airflow/models/taskinstance.py", line 1361, in _execute_task
    result = task_copy.execute(context=context)
  File "/home/ardhi_wahyudhi/.local/lib/python3.8/site-packages/airflow/providers/google/cloud/transfers/gcs_to_bigquery.py", line 274, in execute
    blob = gcs_hook.download(
  File "/home/ardhi_wahyudhi/.local/lib/python3.8/site-packages/airflow/providers/google/cloud/hooks/gcs.py", line 313, in download
    return blob.download_as_string()
  File "/home/ardhi_wahyudhi/.local/lib/python3.8/site-packages/google/cloud/storage/blob.py", line 1520, in download_as_string
    warnings.warn(
TypeError: expected string or bytes-like object
Editor is loading...