What determines a repository name? Is it just the basename of the yaml file? Trying to find the code for it but not super sure.
d
daniel
11/26/2020, 3:56 AM
Do you mean a repository location name? You can override it to whatever you like using the location_name key in the yaml file. It defaults to the name of the python module if the location is loaded from a module or the file name if the location is loaded from a file
n
Noah K
11/26/2020, 3:58 AM
No, the actual repository name
Mine is currently just "workspace"
d
daniel
11/26/2020, 3:59 AM
Oh, that defaults to the name of the decorated function I thought. Might depend on how exactly you’re defining your repository. That can also be overridden to whatever you like though if the default isn’t what you want
n
Noah K
11/26/2020, 4:00 AM
Got it
Might tweak in the future when I can record a full demo of this setup for y'all for feedback 🙂