Update imported object extractor (auto-creates new version)
Partial update. Version-bearing field: extractable_pydantic_class.
Pass set_latest_as_default: true to promote the new version.
Authorizations
Use Authorization: Bearer
Path Parameters
UUID of the project
UUID of the extractor
Body
Holds objects imported from an external system (rather than extracted by an LLM). Useful for hydrating the warehouse with data produced outside the platform.
"CRM contacts"
"Contacts imported nightly from Salesforce."
"from pydantic import BaseModel\n\nclass ImportedRecord(BaseModel):\n external_id: str\n payload: dict\n"
Response
Updated
Holds objects imported from an external system (rather than extracted by an LLM). Useful for hydrating the warehouse with data produced outside the platform.
"CRM contacts"
"Contacts imported nightly from Salesforce."
"from pydantic import BaseModel\n\nclass ImportedRecord(BaseModel):\n external_id: str\n payload: dict\n"
Immutable snapshot of an ImportedObjectExtractor's version-bearing configuration.
Immutable snapshot of an ImportedObjectExtractor's version-bearing configuration.