hey folks, i’m starting a new repo with `dagster-i...
# ask-community
c
hey folks, i’m starting a new repo with
dagster-io/dagster-cloud-branch-deployments-quickstart
and i’m running into issues in the
Deploy to Dagster Cloud
step.
Copy code
│ /tmp/dagster-cloud-cli/dagster_cloud_cli/gql.py:578 in                       │
│ create_or_update_branch_deployment                                           │
│                                                                              │
│   575 │                                                                      │
│   576 │   name = result.get("data", ***).get("createOrUpdateBranchDeployment" │
│   577 │   if name is None:                                                   │
│ ❱ 578 │   │   raise Exception(f"Unable to create or update branch deployment │
│   579 │                                                                      │
│   580 │   return cast(str, name)                                             │
│   581
what is the
name
field that i’m missing here?