Skip to content

Commit b863b96

Browse files
Update sync_table_with_pandas reference tasks
1 parent 47089bf commit b863b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forklift/forklift/pipeline/flows/sync_table_with_pandas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,5 @@ def extract_df(
140140
upstream_tasks=[post_processing],
141141
)
142142

143-
flow.set_reference_tasks(loaded_df, final_drop_table)
143+
flow.set_reference_tasks([loaded_df, final_drop_table])
144144
flow.file_name = Path(__file__).name

0 commit comments

Comments
 (0)