Zack D.
03/22/2023, 4:20 AMprha
03/22/2023, 4:22 PMZack D.
03/22/2023, 6:06 PMprha
03/22/2023, 7:05 PM1.0
, but were more hidden. In your workspace.yaml
file, you can specify a location_name
for each of the load_from
targets. This should enable you to distinguish runs for two repositories that are named the same across different deployments.Zack D.
03/23/2023, 7:53 PMprha
03/23/2023, 10:37 PMDagsterInstance
storage, I would expect that the top-level Runs
view (i.e. <domain>/runs
) for both deployments to look identical. However, when I navigate via the left nav to a specific job in that code location, and click the Runs
sub menu (i.e. next to Launchpad
, <domain>/locations/<repo_name>@<location_name>/jobs/<job_name>/runs
), I would expect those runs to be specific to that particular location-scoped job. Is that what you’re seeing, or are you seeing both sets of runs in that job-scoped runs view?Keith Gross
03/24/2023, 2:41 PMprha
03/24/2023, 3:31 PMKeith Gross
03/24/2023, 4:22 PMprha
03/24/2023, 4:26 PMKeith Gross
03/24/2023, 4:26 PMprha
03/24/2023, 4:29 PMtag:.dagster/repository=<repository_name>@<location_name>
in the search filterKeith Gross
03/24/2023, 4:31 PMZack D.
03/24/2023, 5:55 PMRepositoryLabelTag
filter works.
Do you have any plans like adding a flag for the repository in the Kubernetes dagit deployment, and it will apply the filter by default in the dagit UI?prha
03/24/2023, 9:15 PMKeith Gross
03/29/2023, 1:53 PMprha
03/29/2023, 8:02 PMRunStorage
class. It could extend the appropriate official variant class and then override all the run queries by adding the appropriate tags. You’d then just have to point your dagster.yaml
at your custom storage class.Keith Gross
03/29/2023, 8:30 PM