You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users will create buckets for each party called f"{party_name}-bucket"
We're relying a lot on users being creative at naming buckets.
Is there some way we could generate a short hash which is generated (for example) the first time they run scripts/01... for each party, but is not regenerated if they run the script again. Then use that hash in the bucket name?
The text was updated successfully, but these errors were encountered:
I suppose we could do something like hash the .env file, but then what if the same group of users wanted to do another linkage project? They'd have to come up with different names for their projects, I guess.
I still think it's easier for everyone if we tell users to decide on a hash before starting and use that to name their projects. Happy to keep discussing this though!
Users will create buckets for each party called
f"{party_name}-bucket"
We're relying a lot on users being creative at naming buckets.
Is there some way we could generate a short hash which is generated (for example) the first time they run
scripts/01...
for each party, but is not regenerated if they run the script again. Then use that hash in the bucket name?The text was updated successfully, but these errors were encountered: