Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit a4dcbb6

Browse files
authored
Merge pull request #14 from Disasters-Learning-Portal/feature/github_actions
fix: set transfer to false
2 parents 7951fd4 + f89783d commit a4dcbb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/promote_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def promote_to_production(payload):
9292
"Authorization": "Basic " + api_token,
9393
}
9494

95-
payload["conf"]["transfer"] = True
95+
payload["conf"]["transfer"] = False
9696
body = {
9797
**payload,
9898
"dag_run_id": f"{promotion_dag}-{uuid.uuid4()}",

0 commit comments

Comments
 (0)