Create Bulk Sync

Advanced settings

When creating a bulk sync into your data warehouse, database, or cloud storage, you can set extra parameters that constitute advanced settings. These parameters are optional as they have default values but can be overridden:

  • automatically_add_new_fields(default: "all"): if "all", any new fields that show up in existing object get automatically added to the sync. For example, when a new custom field is created on a Salesforce object or a new column is created on a PostgreSQL table. Setting this to "none" means that this behaviour won't happen for your sync.
  • automatically_add_new_objects (default: "none"): if "all", any new objects that show up in the source get automatically added to the sync. For example, when a new custom object gets created in Salesforce or a new table gets created in PostgreSQL. Setting this to "none" means that this behaviour won't happen for your sync.
  • disable_record_timestamps (default: false): if true, then Polytomic bulk syncs will not augment your tables with _polytomic_created_at, polytomic_updated_at, and _polytomic_deleted_at columns.
Language
Authorization
:
Click Try It! to start a request and see the response here!