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.
2 parents 7951fd4 + f89783d commit a4dcbb6Copy full SHA for a4dcbb6
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"]["transfer"] = False
96
body = {
97
**payload,
98
"dag_run_id": f"{promotion_dag}-{uuid.uuid4()}",
0 commit comments