Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Dec 10, 2024
1 parent 1538734 commit cdfe43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def start(
else:
logging.warning(
f"File {custom_sql_query_path} not found,"
+ "using default query {select_query}"
+ f"using default query {select_query}"
)
connection.sql(select_query).write_parquet(
f"{output_path}.parquet", compression="zstd"
Expand Down

0 comments on commit cdfe43f

Please sign in to comment.