Hi! I want to include my DBT project to the Dagste...
# integration-dbt
n
Hi! I want to include my DBT project to the Dagster deployed environment. I need to create 2 or more workspaces in dagster but it is not working. how should i configure it? Thanks! 🙂
Copy code
load_from:
  - grpc_server:
      host: dagster_pipelines
      port: 4000
      location_name: "dagster_pipelines"
We are using grpc server
t
Hi! May I ask why you want two or more workspaces? And what error are you getting? If it'd be helpful, have you seen the possible properties that you can set under the
grpc_server
property? Any flags that can be set via this is a possible property in your
workspace.yaml
.
❤️ 1