diff --git a/prism/prism.py b/prism/prism.py index 76f4525..6996cde 100644 --- a/prism/prism.py +++ b/prism/prism.py @@ -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,