Skip to content

Commit

Permalink
Bug located into the return task
Browse files Browse the repository at this point in the history
  • Loading branch information
fdelgadodyvenia committed Sep 22, 2024
1 parent d41dada commit 862b72e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/viadot/orchestration/prefect/tasks/aselite.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ def aselite_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)
# csv_output = df_to_csv(df=df, path=file_path, sep=sep, if_exists=if_exists)

return csv_output
return df

0 comments on commit 862b72e

Please sign in to comment.