Hello. I have a question about having assets with ...
# ask-community
n
Hello. I have a question about having assets with the same key in different code locations. For example to have a few code locations with the same assets but different configurations and I want to manage them using one dagit instance. Workspace.yaml looks like that:
load_from:
- grpc_server:
host: repository
port: 4000
location_name: "repository"
- grpc_server:
host: repository-dev
port: 4000
location_name: "repository-dev"
At the moment I have an error: "Multiple asset definitions found. This asset was loaded from repository, but duplicate definitions were found in 1 other repo. You should rename these assets to avoid collisions." Can you suggest please, is it possible to achieve that without creating another dagit instance?
j
#dagster-support I also have this question. I have 2 user code deployments and each has an asset with the same name and it's throwing the
Multiple asset definitions found
warning.