There was an error while loading. Please reload this page.
2 parents 0767ec0 + f1a55a6 commit bdb2725Copy full SHA for bdb2725
1 file changed
scripts/promote_dataset.py
@@ -92,7 +92,7 @@ def promote_to_production(payload):
92
"Authorization": "Basic " + api_token,
93
}
94
95
- payload["conf"]["transfer"] = True
+ payload["conf"].setdefault("transfer", False)
96
body = {
97
**payload,
98
"dag_run_id": f"{promotion_dag}-{uuid.uuid4()}",
0 commit comments