Skip to content

Commit

Permalink
Revert "Update prism.py"
Browse files Browse the repository at this point in the history
This reverts commit 143a6ca.
mwaldronii committed Nov 18, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 143a6ca commit 95ed632
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
@@ -176,7 +176,7 @@ def create_bucket(self, schema, dataset_id, operation="Replace"):
}

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

0 comments on commit 95ed632

Please sign in to comment.