We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47089bf commit b863b96Copy full SHA for b863b96
forklift/forklift/pipeline/flows/sync_table_with_pandas.py
@@ -140,5 +140,5 @@ def extract_df(
140
upstream_tasks=[post_processing],
141
)
142
143
-flow.set_reference_tasks(loaded_df, final_drop_table)
+flow.set_reference_tasks([loaded_df, final_drop_table])
144
flow.file_name = Path(__file__).name
0 commit comments