What would you recommend for development process? ...
# ask-community
t
What would you recommend for development process? Currently I was thinking about having 2 workspaces with same repositories and same code. Dev and prod workspaces for same task (I is possible to do that in my case). But the problem I’m hitting is that because I have same repository and same job names it doesn’t matter which workspace job I’m triggering - I will always see runs in both workspaces. Is that normal and expected?
🤖 1
1
a
I dont know if this is of any use, as I've only jsut started reading it myself. But the bottom of this readme mentions seperate environments for dev and production https://github.com/dagster-io/dagster/tree/master/examples/hacker_news_assets
d
Hi Tadas - what you're describing sounds like a bug that we're close to landing a fix for. Fairly soon if you click the Runs tab from a particular job, it won't include runs from jobs with the same name from other repository locations in the workspace
t
@daniel thanks, waiting for that fix! Is there a place I can follow progress towards resolution of that bug?
p
Here’s an issue tracking progress: https://github.com/dagster-io/dagster/issues/6725
t
Thanks!