Polytomic Metadata
Supports:
- ✅ Models
- ✅ Bulk sync source
Connection
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
auth_mode | string | Type of API key to use for authentication. Accepted Values: personal_api_key, partner_api_key | true | false |
personal_api_key | string | Your personal API key from Polytomic settings (required if auth_mode is “personal_api_key”) | false | false |
connected_user | string | false | true | |
connected_org | string | false | true | |
partner_api_key | string | Partner API key provided by Polytomic (required if auth_mode is “partner_api_key”) | false | false |
deployment_api_key | string | (required if auth_mode is “deployment_api_key”) | false | false |
Example
1 { 2 "name": "Polytomic Metadata connection", 3 "type": "polytomic_metadata", 4 "configuration": { 5 "auth_mode": "personal_api_key", 6 "deployment_api_key": "", 7 "partner_api_key": "", 8 "personal_api_key": "" 9 } 10 }
Model Sync
Source
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
object | string | Object | true | false |
Example
1 { 2 ... 3 "configuration": { 4 "object": "bulk_sync_executions" 5 } 6 }