so I've been happily plugging away with a single c...
# ask-community
h
so I've been happily plugging away with a single code location (python module and definition, excuse the incorrect terms, still getting use to the dagster lingo) connecting to a single instance of our API. I've now been asked to connect to our pre production instance as well. Am I on the right track with copying my
__init.py
from the module to a new file, replace server names in the resource configs, add python_file to the workspace.yaml. (here is where I'm unsure) I'll need to change/add key_prefixes and group_names right?