Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 12, 2024
1 parent 9b8247d commit d83db0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pipelines/utils/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ def create_table_and_upload_to_gcs(
# the header is needed to create a table when dosen't exist
# in overwrite mode the header is always created
log("MODE OVERWRITE: Table DOSEN'T EXISTS\n" + "Start to CREATE HEADER file")
header_path = dump_header_to_csv(data_path=data_path, source_format=source_format)
header_path = dump_header_to_csv(
data_path=data_path, source_format=source_format
)
log("MODE OVERWRITE: Created HEADER file:\n" f"{header_path}")

tb.create(
Expand Down

0 comments on commit d83db0e

Please sign in to comment.