is there a way to rename a code location in order ...
# ask-community
r
is there a way to rename a code location in order to have it shorter in Dagit? I have the following workspace:
Copy code
load_from:
  - python_module: a.very.long.module.name1
  - python_module: a.very.long.module.name2
and in the left menù in Dagit the name is too long to be displayed completely, can I have it renamed like
name1
and
name2
?
🤖 1
s
I think if you include
location_name
as a key alongside
python_module
that should work
👀 1
r
it works, thanks!