Stephen Bailey
01/09/2023, 11:33 PMjordan
01/10/2023, 1:44 AMStephen Bailey
01/10/2023, 1:46 PMjordan
01/10/2023, 4:21 PMdagster-cloud workspace add-location
calls once the branch deployment is created.
It’s still not entirely clear to me where you’d choose to source the locations from separate github repos from. It feels like a similar challenge to managing PRs when changes live across multiple repos.Stephen Bailey
01/10/2023, 4:33 PMdbt
repo, and a separate dagster-core
repo. It's useful to keep them separate because the Dagster code rarely actually changes in the dbt project, but the project definitions change at an entirely different cadence to the other repositories. If we had branch deployments, users could try running their new models via Dagster (for example).jordan
01/10/2023, 10:57 PMdbt
repo’s CI to also redeploy your dagster-core
locations after the branch deployment is created.dagster-core
locations to latest or something similarly stable