But that is bound to change as we want to focus on connectors as roles and not service provides. So first goal is really to rename dagster to orchestrator and have profiles such as dagster_prod and dagster_local for example.
That means that we need to revisit defaults. For now, we are fetching a profile named prod for the dagster connector. But we might want to revisit that default. Instead, we could either have the first profile as the default, or configure a profile as default in the yml file.
Current way of configuring orchestrator in
connectors.yml
file is the following...But that is bound to change as we want to focus on connectors as roles and not service provides. So first goal is really to rename
dagster
toorchestrator
and have profiles such asdagster_prod
anddagster_local
for example.That means that we need to revisit defaults. For now, we are fetching a profile named
prod
for thedagster
connector. But we might want to revisit that default. Instead, we could either have the first profile as the default, or configure a profile as default in theyml
file.