Mykola Palamarchuk
01/11/2023, 1:06 PM-m
flag multiple times for dagster api grpc
(which is used for k8s deployment as well): https://docs.dagster.io/_apidocs/cli#cmdoption-dagster-api-grpc-m
But when I try to do that I'm getting the error:
dagster._check.CheckError: Invariant failed. Description: Must specify only one code location when executing this command. Multiple {key} options given
Looks like a bug. Is it known?daniel
01/11/2023, 1:11 PMMykola Palamarchuk
01/11/2023, 1:28 PM@repository
to locations. We have a lot of repositories served under the same grpc server. So what is an intended way for the locations? Should I configure a separate grpc server per location?dagster api grpc
limitation)daniel
01/11/2023, 1:35 PMMykola Palamarchuk
01/11/2023, 2:07 PMschrockn
01/11/2023, 2:57 PMcreate_repository_using_definitions_args
in `dagster.code.definitions.definitionscMykola Palamarchuk
01/12/2023, 3:11 PMschrockn
01/12/2023, 3:22 PMcreate_repository_using_definitions_args
and create named repositories. We will continue to support that for the forseeable future.Mykola Palamarchuk
01/12/2023, 4:05 PMschrockn
01/12/2023, 10:08 PMcreate_repository_using_definitions_args
to a top-level include, so you’ll be able to import it from top-level after next week’s release.