Second Brain

Home

❯

_archive

❯

cleanup 2026 04 17 conversation flush bulk

❯

knowledge

❯

critical

❯

simple salesforce mdapi deploy returns tuple not dict

simple-salesforce-mdapi-deploy-returns-tuple-not-dict

Apr 09, 20261 min read

  • domain/salesforce
  • mcp/tools
  • ops/deployment

simple-salesforce-mdapi-deploy-returns-tuple-not-dict

SfdcMetadataApi.deploy() returns a Tuple[Optional[str], Optional[str]] of (deployment_id, state), not a dict. Calling result.get(‘id’) raises AttributeError: ‘tuple’ object has no attribute ‘get’. Unpack as deploy_id, state = await asyncio.to_thread(conn.mdapi.deploy, …) and use deploy_id directly.

Related

  • simple-salesforce-mdapi-deploy-expects-path-or-bytesio-not-b
  • simple-salesforce-deploy-sandbox-positional-arg-required
  • simple-salesforce-mdapi-deploy-sandbox-positional-arg
  • simple-salesforce-deploy-expects-filepath-not-base64
  • sf-deploy-metadata-mcp-tool-bug-missing-sandbox-param
  • mdapi-deploy-blocking-requires-asyncio-to-thread
  • simple-salesforce-mdapi-deploy-expects-path-or-io-not-base64
  • simple-salesforce-mdapi-methods-return-tuples-not-dicts
  • sf-lwc-deploy-passes-dict-not-zip-preexisting-design-flaw
  • simple-salesforce-deploy-expects-file-path-or-bytesio-not-ba
  • salesforce-analytics-dashboard-create-api-expects-flat-json
  • simple-salesforce-mdapi-returns-tuples-not-dicts
  • sfdc-mdapi-methods-return-tuples-not-dicts

Graph View

  • simple-salesforce-mdapi-deploy-returns-tuple-not-dict
  • Related

Backlinks

  • sf-lwc-deploy-passes-dict-not-zip-preexisting-design-flaw
  • sfdc-mdapi-methods-return-tuples-not-dicts
  • simple-salesforce-deploy-expects-file-path-or-bytesio-not-ba
  • simple-salesforce-deploy-expects-filepath-not-base64
  • simple-salesforce-deploy-sandbox-positional-arg-required
  • simple-salesforce-mdapi-deploy-expects-path-or-io-not-base64
  • simple-salesforce-mdapi-deploy-sandbox-positional-arg
  • simple-salesforce-mdapi-methods-return-tuples-not-dicts
  • simple-salesforce-mdapi-returns-tuples-not-dicts
  • mdapi-deploy-blocking-requires-asyncio-to-thread
  • salesforce-analytics-dashboard-create-api-expects-flat-json
  • simple-salesforce-mdapi-methods-return-tuples-not-dicts

Created with Quartz v4.5.2 © 2026

  • CIOS
  • Mission Control