Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishankoradia committed Aug 26, 2024
1 parent dc4810a commit 8f1752a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/prefect_flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def deployment_schedule_flow_v4(
elif task_config["slug"] == "airbyte-sync":
run_airbyte_connection_flow_v1(task_config)

elif task_config["slug"] == "refresh-schema":
elif task_config["slug"] == "update-schema":
run_refresh_schema_flow(
task_config, catalog_diff=task_config.get("catalog_diff", {})
)
Expand Down

0 comments on commit 8f1752a

Please sign in to comment.