Skip to content

Commit

Permalink
Merge pull request #21 from mwaldronii/master
Browse files Browse the repository at this point in the history
Prism-Python wbucket naming convention change
  • Loading branch information
CurtLH authored Nov 23, 2020
2 parents 89f7902 + 652aa2f commit 15123e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prism/prism.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def create_bucket(self, schema, dataset_id, operation="Replace"):
}

data = {
"name": "bucket_" + str(random.randint(100000, 999999)),
"name": "prism_python_wbucket_" + str(random.randint(1000000, 9999999)),
"operation": {"id": "Operation_Type=" + operation},
"targetDataset": {"id": dataset_id},
"schema": schema,
Expand Down

0 comments on commit 15123e7

Please sign in to comment.