Justin - I have 2 orgs, Primary (i know it sugg...
I have 2 orgs, Primary (i know it suggests to create a separate one) and staging. I created version control configs on both.
Primary uses development commit branch and _ts_config config branch.
staging uses staging and _ts_config
I ran the commit API on the Primary org and files were commited to development branch. I PRd development into staging. I ran deploy on staging branch and get this error:
"code": 15000,
"incident_id_guid": "2be540d9-bdfe-45f4-8426-7cd87cbe453b",
"debug": "The local branch 'staging-org-0' does not exist for the remote branch 'staging'."
Request:
curl --location 'https://{company}-dev.thoughtspot.cloud/api/rest/2.0/vcs/git/commits/deploy' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer *' \
--header 'X-Requested-By: ThoughtSpot' \
--header 'Content-Type: application/json' \
--data '{
"branch_name": "staging",
"deploy_type": "FULL",
"deploy_policy": "PARTIAL"
}'
Any idea what is wrong?
1 Reply
This looks like some config error on ThoughtSpot, can you create a support case for this so that the relevant team can check this?