Skip to content

Commit

Permalink
fix: update to pass in entire dataset config
Browse files Browse the repository at this point in the history
  • Loading branch information
botanical committed Jan 24, 2025
1 parent 5576291 commit 2d214bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/promote_to_production.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def promote_to_production(payload):
"transfer": input.get("transfer", "false"),
}

dag_payload = {"conf": dag_input}
dag_payload = {"conf": input}
promote_to_production(dag_payload)

except json.JSONDecodeError:
Expand Down

0 comments on commit 2d214bd

Please sign in to comment.