CreateSourceInput
Input ObjectCreateSourceInput is used to create a replication Source from a Connection (if supported).
| Field | Type | Default | Description |
|---|---|---|---|
| autoSync | When enabled, Source will sync automatically on the schedule provided by syncFreq and syncTime (if applicable). | ||
| catalogID | ID!required | Catalog ID to resolve storage connection. | |
| config | Optional config. | ||
| connectionID | ID!required | Source connection ID. | |
| schemaName | String!required | Schema name to create in catalog. | |
| syncFreq | Frequency of sync in minutes (default: 360 minutes (6 hours)) | ||
| syncTime | Time of day to sync, has no effect when syncFreq is < 24 hours (default: 00:00) | ||
| typeID | ID!required | Source type ID. |