Change Code location
name
#24494
-
Hello Dagster community 👋 I'd like to ask, I hope, a simple question. I have a setup loading two Currently, the only option that helps me identify each code location is the attribute key in my workspace.yaml Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey Kenny, could you please share your current |
Beta Was this translation helpful? Give feedback.
-
Just set load_from:
- python_file:
relative_path: "definitions.py"
attribute: "batch"
location_name: batch
- python_file:
relative_path: "definitions.py"
attribute: "streaming"
location_name: streaming |
Beta Was this translation helpful? Give feedback.
Just set
location_name
parameter: