Skip to content

Commit

Permalink
Fix function call
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas J. Fan <thomasjpfan@gmail.com>
  • Loading branch information
thomasjpfan committed Aug 22, 2024
1 parent 07f31a5 commit 1c83b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/productionizing/productionizing/reference_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def bigquery_task():

@workflow
def wf() -> FlyteFile:
bigquery_task(version=1)
bigquery_task()
return normalize_columns(
csv_url="https://people.sc.fsu.edu/~jburkardt/data/csv/biostats.csv",
column_names=["Name", "Sex", "Age", "Heights (in)", "Weight (lbs)"],
Expand Down

0 comments on commit 1c83b68

Please sign in to comment.