Skip to content

Commit 15123e7

Browse files
authored
Merge pull request #21 from mwaldronii/master
Prism-Python wbucket naming convention change
2 parents 89f7902 + 652aa2f commit 15123e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prism/prism.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def create_bucket(self, schema, dataset_id, operation="Replace"):
176176
}
177177

178178
data = {
179-
"name": "bucket_" + str(random.randint(100000, 999999)),
179+
"name": "prism_python_wbucket_" + str(random.randint(1000000, 9999999)),
180180
"operation": {"id": "Operation_Type=" + operation},
181181
"targetDataset": {"id": dataset_id},
182182
"schema": schema,

0 commit comments

Comments
 (0)