Skip to content

Commit

Permalink
Update src/viadot/orchestration/prefect/tasks/azure_sql.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Zawadzki <[email protected]>
  • Loading branch information
adrian-wojcik and trymzet authored Sep 26, 2024
1 parent c1a9b36 commit 7defc41
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/viadot/orchestration/prefect/tasks/azure_sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,4 @@ def azure_sql_to_df(
if validate_df_dict is not None:
validate(df=df, tests=validate_df_dict)

# csv_output = df_to_csv(df=df, path=file_path, sep=sep, if_exists=if_exists)

return df

0 comments on commit 7defc41

Please sign in to comment.