diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index 1b93fc21f7..f0a3001e78 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -53,6 +53,7 @@ jobs: - name: source-salesforce type: capture version: v2 + usage_rate: "1.0" steps: - uses: actions/checkout@v4 diff --git a/source-salesforce/README.md b/source-salesforce/README.md deleted file mode 100644 index 95eff3b589..0000000000 --- a/source-salesforce/README.md +++ /dev/null @@ -1,132 +0,0 @@ -# Salesforce Source - -This is the repository for the Salesforce source connector, written in Python. -For information about how to use this connector within Airbyte, see [the documentation](https://docs.airbyte.io/integrations/sources/salesforce). - -## Local development - -### Prerequisites -**To iterate on this connector, make sure to complete this prerequisites section.** - -#### Minimum Python version required `= 3.9.0` - -#### Build & Activate Virtual Environment and install dependencies -From this connector directory, create a virtual environment: -``` -python -m venv .venv -``` - -This will generate a virtualenv for this module in `.venv/`. Make sure this venv is active in your -development environment of choice. To activate it from the terminal, run: -``` -source .venv/bin/activate -pip install -r requirements.txt -``` -If you are in an IDE, follow your IDE's instructions to activate the virtualenv. - -Note that while we are installing dependencies from `requirements.txt`, you should only edit `setup.py` for your dependencies. `requirements.txt` is -used for editable installs (`pip install -e`) to pull in Python dependencies from the monorepo and will call `setup.py`. -If this is mumbo jumbo to you, don't worry about it, just put your deps in `setup.py` but install using `pip install -r requirements.txt` and everything -should work as you expect. - -#### Building via Gradle -You can also build the connector in Gradle. This is typically used in CI and not needed for your development workflow. - -To build using Gradle, from the Airbyte repository root, run: -``` -./gradlew :airbyte-integrations:connectors:source-salesforce:build -``` - -#### Create credentials -**If you are a community contributor**, follow the instructions in the [documentation](https://docs.airbyte.io/integrations/sources/salesforce) -to generate the necessary credentials. Then create a file `secrets/config.json` conforming to the `source_salesforce/spec.yaml` file. -Note that any directory named `secrets` is gitignored across the entire Airbyte repo, so there is no danger of accidentally checking in sensitive information. -See `integration_tests/sample_config.json` for a sample config file. - -**If you are an Airbyte core member**, copy the credentials in Lastpass under the secret name `source salesforce test creds` -and place them into `secrets/config.json`. - -### Locally running the connector -``` -python main.py spec -python main.py check --config secrets/config.json -python main.py discover --config secrets/config.json -python main.py read --config secrets/config.json --catalog integration_tests/configured_catalog.json -``` - -### Locally running the connector docker image - -#### Build -First, make sure you build the latest Docker image: -``` -docker build . -t airbyte/source-salesforce:dev -``` - -You can also build the connector image via Gradle: -``` -./gradlew :airbyte-integrations:connectors:source-salesforce:airbyteDocker -``` -When building via Gradle, the docker image name and tag, respectively, are the values of the `io.airbyte.name` and `io.airbyte.version` `LABEL`s in -the Dockerfile. - -#### Run -Then run any of the connector commands as follows: -``` -docker run --rm airbyte/source-salesforce:dev spec -docker run --rm -v $(pwd)/secrets:/secrets airbyte/source-salesforce:dev check --config /secrets/config.json -docker run --rm -v $(pwd)/secrets:/secrets airbyte/source-salesforce:dev discover --config /secrets/config.json -docker run --rm -v $(pwd)/secrets:/secrets -v $(pwd)/integration_tests:/integration_tests airbyte/source-salesforce:dev read --config /secrets/config.json --catalog /integration_tests/configured_catalog.json -``` -## Testing -Make sure to familiarize yourself with [pytest test discovery](https://docs.pytest.org/en/latest/goodpractices.html#test-discovery) to know how your test files and methods should be named. -First install test dependencies into your virtual environment: -``` -pip install ".[tests]" -``` -### Unit Tests -To run unit tests locally, from the connector directory run: -``` -python -m pytest unit_tests -``` - -### Integration Tests -There are two types of integration tests: Acceptance Tests (Airbyte's test suite for all source connectors) and custom integration tests (which are specific to this connector). -#### Custom Integration tests -Place custom tests inside `integration_tests/` folder, then, from the connector root, run -``` -python -m pytest integration_tests -``` -#### Acceptance Tests -Customize `acceptance-test-config.yml` file to configure tests. See [Connector Acceptance Tests](https://docs.airbyte.io/connector-development/testing-connectors/connector-acceptance-tests-reference) for more information. -If your connector requires to create or destroy resources for use during acceptance tests create fixtures for it and place them inside integration_tests/acceptance.py. -To run your integration tests with acceptance tests, from the connector root, run -``` -docker build . --no-cache -t airbyte/source-salesforce:dev \ - && python -m pytest -p connector_acceptance_test.plugin -``` -To run your integration tests with docker - -### Using gradle to run tests -All commands should be run from airbyte project root. -To run unit tests: -``` -./gradlew :airbyte-integrations:connectors:source-salesforce:unitTest -``` -To run acceptance and custom integration tests: -``` -./gradlew :airbyte-integrations:connectors:source-salesforce:integrationTest -``` - -## Dependency Management -All of your dependencies should go in `setup.py`, NOT `requirements.txt`. The requirements file is only used to connect internal Airbyte dependencies in the monorepo for local development. -We split dependencies between two groups, dependencies that are: -* required for your connector to work need to go to `MAIN_REQUIREMENTS` list. -* required for the testing need to go to `TEST_REQUIREMENTS` list - -### Publishing a new version of the connector -You've checked out the repo, implemented a million dollar feature, and you're ready to share your changes with the world. Now what? -1. Make sure your changes are passing unit and integration tests. -1. Bump the connector version in `Dockerfile` -- just increment the value of the `LABEL io.airbyte.version` appropriately (we use [SemVer](https://semver.org/)). -1. Create a Pull Request. -1. Pat yourself on the back for being an awesome contributor. -1. Someone from Airbyte will take a look at your PR and iterate with you to merge it into master. diff --git a/source-salesforce/icon.svg b/source-salesforce/icon.svg deleted file mode 100644 index a116db17df..0000000000 --- a/source-salesforce/icon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/source-salesforce/metadata.yaml b/source-salesforce/metadata.yaml deleted file mode 100644 index 9eba8f2a75..0000000000 --- a/source-salesforce/metadata.yaml +++ /dev/null @@ -1,24 +0,0 @@ -data: - allowedHosts: - hosts: - - "*.salesforce.com" - connectorSubtype: api - connectorType: source - definitionId: b117307c-14b6-41aa-9422-947e34922962 - dockerImageTag: 2.0.14 - dockerRepository: airbyte/source-salesforce - githubIssueLabel: source-salesforce - icon: salesforce.svg - license: MIT - name: Salesforce - registries: - cloud: - dockerImageTag: 2.0.9 - enabled: true - oss: - enabled: true - releaseStage: generally_available - documentationUrl: https://docs.airbyte.com/integrations/sources/salesforce - tags: - - language:python -metadataSpecVersion: "1.0" diff --git a/source-salesforce/pyproject.toml b/source-salesforce/pyproject.toml index 65f4ba4173..adae6d187c 100644 --- a/source-salesforce/pyproject.toml +++ b/source-salesforce/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = ">=3.11,<3.12" -flow-sdk = {path="../python", develop=true} +estuary-cdk = {path="../estuary-cdk", develop = true} airbyte-cdk = "0.51.14" backoff = "^1.11" pendulum = "^3.0.0" diff --git a/source-salesforce/source_salesforce/main.py b/source-salesforce/source_salesforce/main.py new file mode 100644 index 0000000000..dbb46caaea --- /dev/null +++ b/source-salesforce/source_salesforce/main.py @@ -0,0 +1,28 @@ +import estuary_cdk.pydantic_polyfill # Must be first. + +import asyncio +import urllib +from estuary_cdk import shim_airbyte_cdk, flow +from source_hubspot import SourceHubspot + +asyncio.run( + shim_airbyte_cdk.CaptureShim( + delegate=SourceSalesforce(), + oauth2={ + "provider": "salesforce", + "authUrlTemplate": ( + r"https://{{#config.is_sandbox}}test{{/config.is_sandbox}}{{^config.is_sandbox}}login{{/config.is_sandbox}}.salesforce.com/services/oauth2/authorize?client_id={{#urlencode}}{{{ client_id }}}{{/urlencode}}&redirect_uri={{#urlencode}}{{{ redirect_uri }}}{{/urlencode}}&response_type=code&state={{#urlencode}}{{{ state }}}{{/urlencode}}" + ), + "accessTokenUrlTemplate": r"https://{{#config.is_sandbox}}test{{/config.is_sandbox}}{{^config.is_sandbox}}login{{/config.is_sandbox}}.salesforce.com/services/oauth2/token", + "accessTokenBody": ( + "grant_type=authorization_code" + r"&client_id={{#urlencode}}{{{ client_id }}}{{/urlencode}}" + r"&client_secret={{#urlencode}}{{{ client_secret }}}{{/urlencode}}" + r"&redirect_uri={{#urlencode}}{{{ redirect_uri }}}{{/urlencode}}&code={{#urlencode}}{{{ code }}}{{/urlencode}}" + ), + "accessTokenHeaders": {"content-type": "application/x-www-form-urlencoded"}, + "accessTokenResponseMap": {"refresh_token": "/refresh_token"} + }, + usesSchemaInference=False, +).serve() +) \ No newline at end of file diff --git a/source-salesforce/test.flow.yaml b/source-salesforce/test.flow.yaml index 0ff58a592b..38d4926c31 100644 --- a/source-salesforce/test.flow.yaml +++ b/source-salesforce/test.flow.yaml @@ -14,4806 +14,6 @@ captures: - "-m" - source-salesforce config: config.yaml - bindings: - - resource: - stream: AIApplication - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AIApplication - - resource: - stream: AIApplicationConfig - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AIApplicationConfig - - resource: - stream: AIInsightAction - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AIInsightAction - - resource: - stream: AIInsightFeedback - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AIInsightFeedback - - resource: - stream: AIInsightReason - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AIInsightReason - - resource: - stream: AIInsightValue - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AIInsightValue - - resource: - stream: AIRecordInsight - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AIRecordInsight - - resource: - stream: AcceptedEventRelation - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AcceptedEventRelation - - resource: - stream: Account - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Account - - resource: - stream: AccountCleanInfo - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AccountCleanInfo - - resource: - stream: AccountContactRole - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AccountContactRole - - resource: - stream: AccountFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AccountFeed - - resource: - stream: AccountHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/AccountHistory - - resource: - stream: AccountPartner - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AccountPartner - - resource: - stream: AccountShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/AccountShare - - resource: - stream: ActionLinkGroupTemplate - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ActionLinkGroupTemplate - - resource: - stream: ActionLinkTemplate - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ActionLinkTemplate - - resource: - stream: ActiveFeatureLicenseMetric - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ActiveFeatureLicenseMetric - - resource: - stream: ActivePermSetLicenseMetric - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ActivePermSetLicenseMetric - - resource: - stream: ActiveProfileMetric - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ActiveProfileMetric - - resource: - stream: ActiveScratchOrg - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ActiveScratchOrg - - resource: - stream: ActiveScratchOrgFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ActiveScratchOrgFeed - - resource: - stream: ActiveScratchOrgHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ActiveScratchOrgHistory - - resource: - stream: ActiveScratchOrgShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/ActiveScratchOrgShare - - resource: - stream: AdditionalNumber - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AdditionalNumber - - resource: - stream: Address - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Address - - resource: - stream: AlternativePaymentMethod - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AlternativePaymentMethod - - resource: - stream: AlternativePaymentMethodShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/AlternativePaymentMethodShare - - resource: - stream: ApexClass - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ApexClass - - resource: - stream: ApexComponent - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ApexComponent - - resource: - stream: ApexEmailNotification - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ApexEmailNotification - - resource: - stream: ApexLog - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ApexLog - - resource: - stream: ApexPage - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ApexPage - - resource: - stream: ApexPageInfo - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/ApexPageInfo - - resource: - stream: ApexTestQueueItem - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ApexTestQueueItem - - resource: - stream: ApexTestResult - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ApexTestResult - - resource: - stream: ApexTestResultLimits - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ApexTestResultLimits - - resource: - stream: ApexTestRunResult - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ApexTestRunResult - - resource: - stream: ApexTestSuite - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ApexTestSuite - - resource: - stream: ApexTrigger - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ApexTrigger - - resource: - stream: ApiAnomalyEventStore - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ApiAnomalyEventStore - - resource: - stream: ApiAnomalyEventStoreFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ApiAnomalyEventStoreFeed - - resource: - stream: ApiEvent - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/ApiEvent - - resource: - stream: AppAnalyticsQueryRequest - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AppAnalyticsQueryRequest - - resource: - stream: AppDefinition - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/AppDefinition - - resource: - stream: AppMenuItem - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AppMenuItem - - resource: - stream: AppUsageAssignment - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AppUsageAssignment - - resource: - stream: AppointmentAssignmentPolicy - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AppointmentAssignmentPolicy - - resource: - stream: AppointmentScheduleAggr - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AppointmentScheduleAggr - - resource: - stream: AppointmentScheduleLog - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AppointmentScheduleLog - - resource: - stream: AppointmentSchedulingPolicy - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AppointmentSchedulingPolicy - - resource: - stream: AppointmentTopicTimeSlot - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AppointmentTopicTimeSlot - - resource: - stream: AppointmentTopicTimeSlotFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AppointmentTopicTimeSlotFeed - - resource: - stream: AppointmentTopicTimeSlotHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/AppointmentTopicTimeSlotHistory - - resource: - stream: Asset - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Asset - - resource: - stream: AssetAction - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AssetAction - - resource: - stream: AssetActionSource - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AssetActionSource - - resource: - stream: AssetFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AssetFeed - - resource: - stream: AssetHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/AssetHistory - - resource: - stream: AssetRelationship - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AssetRelationship - - resource: - stream: AssetRelationshipFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AssetRelationshipFeed - - resource: - stream: AssetRelationshipHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/AssetRelationshipHistory - - resource: - stream: AssetShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/AssetShare - - resource: - stream: AssetStatePeriod - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AssetStatePeriod - - resource: - stream: AssignedResource - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AssignedResource - - resource: - stream: AssignedResourceFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AssignedResourceFeed - - resource: - stream: AssignmentRule - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AssignmentRule - - resource: - stream: AssociatedLocation - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AssociatedLocation - - resource: - stream: AssociatedLocationHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/AssociatedLocationHistory - - resource: - stream: AsyncApexJob - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/AsyncApexJob - - resource: - stream: AsyncOperationLog - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AsyncOperationLog - - resource: - stream: Attachment - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Attachment - - resource: - stream: AuraDefinition - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AuraDefinition - - resource: - stream: AuraDefinitionBundle - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AuraDefinitionBundle - - resource: - stream: AuraDefinitionBundleInfo - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/AuraDefinitionBundleInfo - - resource: - stream: AuraDefinitionInfo - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/AuraDefinitionInfo - - resource: - stream: AuthConfig - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AuthConfig - - resource: - stream: AuthConfigProviders - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AuthConfigProviders - - resource: - stream: AuthProvider - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/AuthProvider - - resource: - stream: AuthSession - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/AuthSession - - resource: - stream: AuthorizationForm - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AuthorizationForm - - resource: - stream: AuthorizationFormConsent - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AuthorizationFormConsent - - resource: - stream: AuthorizationFormConsentHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/AuthorizationFormConsentHistory - - resource: - stream: AuthorizationFormConsentShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/AuthorizationFormConsentShare - - resource: - stream: AuthorizationFormDataUse - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AuthorizationFormDataUse - - resource: - stream: AuthorizationFormDataUseHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/AuthorizationFormDataUseHistory - - resource: - stream: AuthorizationFormDataUseShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/AuthorizationFormDataUseShare - - resource: - stream: AuthorizationFormHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/AuthorizationFormHistory - - resource: - stream: AuthorizationFormShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/AuthorizationFormShare - - resource: - stream: AuthorizationFormText - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AuthorizationFormText - - resource: - stream: AuthorizationFormTextFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/AuthorizationFormTextFeed - - resource: - stream: AuthorizationFormTextHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/AuthorizationFormTextHistory - - resource: - stream: BackgroundOperation - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/BackgroundOperation - - resource: - stream: BrandTemplate - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/BrandTemplate - - resource: - stream: BrandingSet - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/BrandingSet - - resource: - stream: BrandingSetProperty - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/BrandingSetProperty - - resource: - stream: BriefcaseAssignment - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/BriefcaseAssignment - - resource: - stream: BriefcaseDefinition - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/BriefcaseDefinition - - resource: - stream: BriefcaseRule - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/BriefcaseRule - - resource: - stream: BriefcaseRuleFilter - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/BriefcaseRuleFilter - - resource: - stream: BulkApiResultEventStore - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/BulkApiResultEventStore - - resource: - stream: BusinessHours - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/BusinessHours - - resource: - stream: BusinessProcess - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/BusinessProcess - - resource: - stream: BuyerGroup - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/BuyerGroup - - resource: - stream: BuyerGroupFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/BuyerGroupFeed - - resource: - stream: BuyerGroupHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/BuyerGroupHistory - - resource: - stream: BuyerGroupShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/BuyerGroupShare - - resource: - stream: Calendar - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Calendar - - resource: - stream: CalendarView - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CalendarView - - resource: - stream: CalendarViewShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/CalendarViewShare - - resource: - stream: CallCenter - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CallCenter - - resource: - stream: CallCenterRoutingMap - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CallCenterRoutingMap - - resource: - stream: CallCoachingMediaProvider - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CallCoachingMediaProvider - - resource: - stream: Campaign - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Campaign - - resource: - stream: CampaignFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CampaignFeed - - resource: - stream: CampaignHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/CampaignHistory - - resource: - stream: CampaignMember - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CampaignMember - - resource: - stream: CampaignMemberStatus - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CampaignMemberStatus - - resource: - stream: CampaignShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/CampaignShare - - resource: - stream: CardPaymentMethod - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CardPaymentMethod - - resource: - stream: CartCheckoutSession - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CartCheckoutSession - - resource: - stream: CartDeliveryGroup - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CartDeliveryGroup - - resource: - stream: CartDeliveryGroupMethod - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CartDeliveryGroupMethod - - resource: - stream: CartItem - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CartItem - - resource: - stream: CartItemPriceAdjustment - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CartItemPriceAdjustment - - resource: - stream: CartRelatedItem - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CartRelatedItem - - resource: - stream: CartTax - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CartTax - - resource: - stream: CartValidationOutput - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CartValidationOutput - - resource: - stream: Case - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Case - - resource: - stream: CaseComment - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CaseComment - - resource: - stream: CaseContactRole - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CaseContactRole - - resource: - stream: CaseFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CaseFeed - - resource: - stream: CaseHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/CaseHistory - - resource: - stream: CaseMilestone - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CaseMilestone - - resource: - stream: CaseShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/CaseShare - - resource: - stream: CaseSolution - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CaseSolution - - resource: - stream: CaseStatus - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CaseStatus - - resource: - stream: CaseTeamMember - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CaseTeamMember - - resource: - stream: CaseTeamRole - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CaseTeamRole - - resource: - stream: CaseTeamTemplate - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CaseTeamTemplate - - resource: - stream: CaseTeamTemplateMember - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CaseTeamTemplateMember - - resource: - stream: CaseTeamTemplateRecord - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CaseTeamTemplateRecord - - resource: - stream: CategoryData - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CategoryData - - resource: - stream: CategoryNode - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CategoryNode - - resource: - stream: ChatterActivity - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ChatterActivity - - resource: - stream: ChatterExtension - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ChatterExtension - - resource: - stream: ChatterExtensionConfig - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ChatterExtensionConfig - - resource: - stream: ClientBrowser - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ClientBrowser - - resource: - stream: CollaborationGroup - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CollaborationGroup - - resource: - stream: CollaborationGroupFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CollaborationGroupFeed - - resource: - stream: CollaborationGroupMember - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CollaborationGroupMember - - resource: - stream: CollaborationGroupMemberRequest - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CollaborationGroupMemberRequest - - resource: - stream: CollaborationInvitation - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CollaborationInvitation - - resource: - stream: CommSubscription - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CommSubscription - - resource: - stream: CommSubscriptionChannelType - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CommSubscriptionChannelType - - resource: - stream: CommSubscriptionChannelTypeFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CommSubscriptionChannelTypeFeed - - resource: - stream: CommSubscriptionChannelTypeHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/CommSubscriptionChannelTypeHistory - - resource: - stream: CommSubscriptionChannelTypeShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/CommSubscriptionChannelTypeShare - - resource: - stream: CommSubscriptionConsent - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CommSubscriptionConsent - - resource: - stream: CommSubscriptionConsentFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CommSubscriptionConsentFeed - - resource: - stream: CommSubscriptionConsentHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/CommSubscriptionConsentHistory - - resource: - stream: CommSubscriptionConsentShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/CommSubscriptionConsentShare - - resource: - stream: CommSubscriptionFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CommSubscriptionFeed - - resource: - stream: CommSubscriptionHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/CommSubscriptionHistory - - resource: - stream: CommSubscriptionShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/CommSubscriptionShare - - resource: - stream: CommSubscriptionTiming - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CommSubscriptionTiming - - resource: - stream: CommSubscriptionTimingFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CommSubscriptionTimingFeed - - resource: - stream: CommSubscriptionTimingHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/CommSubscriptionTimingHistory - - resource: - stream: Community - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Community - - resource: - stream: ConferenceNumber - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ConferenceNumber - - resource: - stream: ConnectedApplication - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ConnectedApplication - - resource: - stream: ConsumptionRate - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ConsumptionRate - - resource: - stream: ConsumptionRateHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ConsumptionRateHistory - - resource: - stream: ConsumptionSchedule - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ConsumptionSchedule - - resource: - stream: ConsumptionScheduleFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ConsumptionScheduleFeed - - resource: - stream: ConsumptionScheduleHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ConsumptionScheduleHistory - - resource: - stream: ConsumptionScheduleShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/ConsumptionScheduleShare - - resource: - stream: Contact - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Contact - - resource: - stream: ContactCleanInfo - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ContactCleanInfo - - resource: - stream: ContactFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ContactFeed - - resource: - stream: ContactHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ContactHistory - - resource: - stream: ContactPointAddress - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ContactPointAddress - - resource: - stream: ContactPointAddressHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ContactPointAddressHistory - - resource: - stream: ContactPointAddressShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/ContactPointAddressShare - - resource: - stream: ContactPointConsent - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ContactPointConsent - - resource: - stream: ContactPointConsentHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ContactPointConsentHistory - - resource: - stream: ContactPointConsentShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/ContactPointConsentShare - - resource: - stream: ContactPointEmail - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ContactPointEmail - - resource: - stream: ContactPointEmailHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ContactPointEmailHistory - - resource: - stream: ContactPointEmailShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/ContactPointEmailShare - - resource: - stream: ContactPointPhone - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ContactPointPhone - - resource: - stream: ContactPointPhoneHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ContactPointPhoneHistory - - resource: - stream: ContactPointPhoneShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/ContactPointPhoneShare - - resource: - stream: ContactPointTypeConsent - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ContactPointTypeConsent - - resource: - stream: ContactPointTypeConsentHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ContactPointTypeConsentHistory - - resource: - stream: ContactPointTypeConsentShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/ContactPointTypeConsentShare - - resource: - stream: ContactRequest - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ContactRequest - - resource: - stream: ContactRequestShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/ContactRequestShare - - resource: - stream: ContactShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/ContactShare - - resource: - stream: ContentAsset - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ContentAsset - - resource: - stream: ContentDistribution - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ContentDistribution - - resource: - stream: ContentDistributionView - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ContentDistributionView - - resource: - stream: ContentDocument - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ContentDocument - - resource: - stream: ContentDocumentFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ContentDocumentFeed - - resource: - stream: ContentDocumentHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ContentDocumentHistory - - resource: - stream: ContentDocumentSubscription - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/ContentDocumentSubscription - - resource: - stream: ContentFolder - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ContentFolder - - resource: - stream: ContentFolderLink - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/ContentFolderLink - - resource: - stream: ContentNotification - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ContentNotification - - resource: - stream: ContentTagSubscription - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/ContentTagSubscription - - resource: - stream: ContentUserSubscription - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/ContentUserSubscription - - resource: - stream: ContentVersion - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ContentVersion - - resource: - stream: ContentVersionComment - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ContentVersionComment - - resource: - stream: ContentVersionHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ContentVersionHistory - - resource: - stream: ContentVersionRating - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/ContentVersionRating - - resource: - stream: ContentWorkspace - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ContentWorkspace - - resource: - stream: ContentWorkspaceDoc - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ContentWorkspaceDoc - - resource: - stream: ContentWorkspaceMember - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ContentWorkspaceMember - - resource: - stream: ContentWorkspacePermission - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ContentWorkspacePermission - - resource: - stream: ContentWorkspaceSubscription - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/ContentWorkspaceSubscription - - resource: - stream: Contract - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Contract - - resource: - stream: ContractContactRole - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ContractContactRole - - resource: - stream: ContractFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ContractFeed - - resource: - stream: ContractHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ContractHistory - - resource: - stream: ContractLineItem - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ContractLineItem - - resource: - stream: ContractLineItemHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ContractLineItemHistory - - resource: - stream: ContractStatus - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ContractStatus - - resource: - stream: Conversation - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/Conversation - - resource: - stream: ConversationEntry - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ConversationEntry - - resource: - stream: ConversationParticipant - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/ConversationParticipant - - resource: - stream: ConversationVendorInfo - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ConversationVendorInfo - - resource: - stream: CorsWhitelistEntry - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CorsWhitelistEntry - - resource: - stream: Coupon - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Coupon - - resource: - stream: CouponHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/CouponHistory - - resource: - stream: CouponShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/CouponShare - - resource: - stream: CredentialStuffingEventStore - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CredentialStuffingEventStore - - resource: - stream: CredentialStuffingEventStoreFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CredentialStuffingEventStoreFeed - - resource: - stream: CreditMemo - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CreditMemo - - resource: - stream: CreditMemoFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CreditMemoFeed - - resource: - stream: CreditMemoHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/CreditMemoHistory - - resource: - stream: CreditMemoInvApplication - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CreditMemoInvApplication - - resource: - stream: CreditMemoInvApplicationFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CreditMemoInvApplicationFeed - - resource: - stream: CreditMemoInvApplicationHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/CreditMemoInvApplicationHistory - - resource: - stream: CreditMemoLine - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CreditMemoLine - - resource: - stream: CreditMemoLineFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CreditMemoLineFeed - - resource: - stream: CreditMemoLineHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/CreditMemoLineHistory - - resource: - stream: CreditMemoShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/CreditMemoShare - - resource: - stream: CronJobDetail - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/CronJobDetail - - resource: - stream: CronTrigger - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/CronTrigger - - resource: - stream: CspTrustedSite - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CspTrustedSite - - resource: - stream: CustomBrand - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/CustomBrand - - resource: - stream: CustomBrandAsset - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/CustomBrandAsset - - resource: - stream: CustomHelpMenuItem - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CustomHelpMenuItem - - resource: - stream: CustomHelpMenuSection - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CustomHelpMenuSection - - resource: - stream: CustomHttpHeader - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CustomHttpHeader - - resource: - stream: CustomNotificationType - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CustomNotificationType - - resource: - stream: CustomObjectUserLicenseMetrics - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CustomObjectUserLicenseMetrics - - resource: - stream: CustomPermission - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CustomPermission - - resource: - stream: CustomPermissionDependency - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/CustomPermissionDependency - - resource: - stream: DandBCompany - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/DandBCompany - - resource: - stream: Dashboard - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Dashboard - - resource: - stream: DashboardComponent - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/DashboardComponent - - resource: - stream: DashboardComponentFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/DashboardComponentFeed - - resource: - stream: DashboardFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/DashboardFeed - - resource: - stream: DataAssessmentFieldMetric - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/DataAssessmentFieldMetric - - resource: - stream: DataAssessmentMetric - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/DataAssessmentMetric - - resource: - stream: DataAssessmentValueMetric - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/DataAssessmentValueMetric - - resource: - stream: DataUseLegalBasis - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/DataUseLegalBasis - - resource: - stream: DataUseLegalBasisHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/DataUseLegalBasisHistory - - resource: - stream: DataUseLegalBasisShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/DataUseLegalBasisShare - - resource: - stream: DataUsePurpose - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/DataUsePurpose - - resource: - stream: DataUsePurposeHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/DataUsePurposeHistory - - resource: - stream: DataUsePurposeShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/DataUsePurposeShare - - resource: - stream: DatacloudCompany - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/DatacloudCompany - - resource: - stream: DatacloudContact - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/DatacloudContact - - resource: - stream: DatacloudOwnedEntity - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/DatacloudOwnedEntity - - resource: - stream: DatacloudPurchaseUsage - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/DatacloudPurchaseUsage - - resource: - stream: DeclinedEventRelation - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/DeclinedEventRelation - - resource: - stream: DeleteEvent - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/DeleteEvent - - resource: - stream: DigitalWallet - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/DigitalWallet - - resource: - stream: Document - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Document - - resource: - stream: DocumentAttachmentMap - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/DocumentAttachmentMap - - resource: - stream: Domain - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Domain - - resource: - stream: DomainSite - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/DomainSite - - resource: - stream: DuplicateRecordItem - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/DuplicateRecordItem - - resource: - stream: DuplicateRecordSet - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/DuplicateRecordSet - - resource: - stream: DuplicateRule - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/DuplicateRule - - resource: - stream: EmailCapture - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/EmailCapture - - resource: - stream: EmailDomainFilter - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/EmailDomainFilter - - resource: - stream: EmailDomainKey - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/EmailDomainKey - - resource: - stream: EmailMessage - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/EmailMessage - - resource: - stream: EmailMessageRelation - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/EmailMessageRelation - - resource: - stream: EmailRelay - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/EmailRelay - - resource: - stream: EmailServicesAddress - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/EmailServicesAddress - - resource: - stream: EmailServicesFunction - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/EmailServicesFunction - - resource: - stream: EmailTemplate - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/EmailTemplate - - resource: - stream: EmbeddedServiceDetail - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/EmbeddedServiceDetail - - resource: - stream: EmbeddedServiceLabel - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/EmbeddedServiceLabel - - resource: - stream: EngagementChannelType - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/EngagementChannelType - - resource: - stream: EngagementChannelTypeFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/EngagementChannelTypeFeed - - resource: - stream: EngagementChannelTypeHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/EngagementChannelTypeHistory - - resource: - stream: EngagementChannelTypeShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/EngagementChannelTypeShare - - resource: - stream: EnhancedLetterhead - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/EnhancedLetterhead - - resource: - stream: EnhancedLetterheadFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/EnhancedLetterheadFeed - - resource: - stream: Entitlement - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Entitlement - - resource: - stream: EntitlementContact - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/EntitlementContact - - resource: - stream: EntitlementFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/EntitlementFeed - - resource: - stream: EntitlementHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/EntitlementHistory - - resource: - stream: EntitlementTemplate - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/EntitlementTemplate - - resource: - stream: EntityDefinition - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/EntityDefinition - - resource: - stream: EntityMilestone - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/EntityMilestone - - resource: - stream: EntityMilestoneFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/EntityMilestoneFeed - - resource: - stream: EntityMilestoneHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/EntityMilestoneHistory - - resource: - stream: EntitySubscription - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/EntitySubscription - - resource: - stream: Event - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Event - - resource: - stream: EventBusSubscriber - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/EventBusSubscriber - - resource: - stream: EventFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/EventFeed - - resource: - stream: EventLogFile - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/EventLogFile - - resource: - stream: EventRelation - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/EventRelation - - resource: - stream: ExpressionFilter - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ExpressionFilter - - resource: - stream: ExpressionFilterCriteria - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ExpressionFilterCriteria - - resource: - stream: ExternalDataSource - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ExternalDataSource - - resource: - stream: ExternalDataUserAuth - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ExternalDataUserAuth - - resource: - stream: ExternalEvent - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ExternalEvent - - resource: - stream: ExternalEventMapping - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ExternalEventMapping - - resource: - stream: ExternalEventMappingShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/ExternalEventMappingShare - - resource: - stream: FeedAttachment - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/FeedAttachment - - resource: - stream: FeedComment - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/FeedComment - - resource: - stream: FeedItem - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/FeedItem - - resource: - stream: FeedPollChoice - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/FeedPollChoice - - resource: - stream: FeedPollVote - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/FeedPollVote - - resource: - stream: FeedRevision - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/FeedRevision - - resource: - stream: FieldPermissions - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/FieldPermissions - - resource: - stream: FieldSecurityClassification - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/FieldSecurityClassification - - resource: - stream: FileSearchActivity - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/FileSearchActivity - - resource: - stream: FinanceBalanceSnapshot - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/FinanceBalanceSnapshot - - resource: - stream: FinanceBalanceSnapshotShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/FinanceBalanceSnapshotShare - - resource: - stream: FinanceTransaction - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/FinanceTransaction - - resource: - stream: FinanceTransactionShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/FinanceTransactionShare - - resource: - stream: FiscalYearSettings - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/FiscalYearSettings - - resource: - stream: FlowDefinitionView - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/FlowDefinitionView - - resource: - stream: FlowInterview - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/FlowInterview - - resource: - stream: FlowInterviewLog - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/FlowInterviewLog - - resource: - stream: FlowInterviewLogEntry - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/FlowInterviewLogEntry - - resource: - stream: FlowInterviewLogShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/FlowInterviewLogShare - - resource: - stream: FlowInterviewShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/FlowInterviewShare - - resource: - stream: FlowRecordRelation - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/FlowRecordRelation - - resource: - stream: FlowStageRelation - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/FlowStageRelation - - resource: - stream: Folder - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Folder - - resource: - stream: FormulaFunction - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/FormulaFunction - - resource: - stream: FormulaFunctionAllowedType - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/FormulaFunctionAllowedType - - resource: - stream: FormulaFunctionCategory - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/FormulaFunctionCategory - - resource: - stream: FulfillmentOrder - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/FulfillmentOrder - - resource: - stream: FulfillmentOrderFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/FulfillmentOrderFeed - - resource: - stream: FulfillmentOrderItemAdjustment - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/FulfillmentOrderItemAdjustment - - resource: - stream: FulfillmentOrderItemAdjustmentFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/FulfillmentOrderItemAdjustmentFeed - - resource: - stream: FulfillmentOrderItemTax - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/FulfillmentOrderItemTax - - resource: - stream: FulfillmentOrderItemTaxFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/FulfillmentOrderItemTaxFeed - - resource: - stream: FulfillmentOrderLineItem - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/FulfillmentOrderLineItem - - resource: - stream: FulfillmentOrderLineItemFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/FulfillmentOrderLineItemFeed - - resource: - stream: FulfillmentOrderShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/FulfillmentOrderShare - - resource: - stream: GrantedByLicense - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/GrantedByLicense - - resource: - stream: Group - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Group - - resource: - stream: GroupMember - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/GroupMember - - resource: - stream: GtwyProvPaymentMethodType - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/GtwyProvPaymentMethodType - - resource: - stream: Holiday - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Holiday - - resource: - stream: IPAddressRange - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/IPAddressRange - - resource: - stream: Idea - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Idea - - resource: - stream: IdentityProviderEventStore - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/IdentityProviderEventStore - - resource: - stream: IdentityVerificationEvent - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/IdentityVerificationEvent - - resource: - stream: IdpEventLog - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/IdpEventLog - - resource: - stream: IframeWhiteListUrl - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/IframeWhiteListUrl - - resource: - stream: Image - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Image - - resource: - stream: ImageFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ImageFeed - - resource: - stream: ImageHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ImageHistory - - resource: - stream: ImageShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/ImageShare - - resource: - stream: Individual - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Individual - - resource: - stream: IndividualHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/IndividualHistory - - resource: - stream: IndividualShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/IndividualShare - - resource: - stream: InstalledMobileApp - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/InstalledMobileApp - - resource: - stream: Invoice - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Invoice - - resource: - stream: InvoiceFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/InvoiceFeed - - resource: - stream: InvoiceHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/InvoiceHistory - - resource: - stream: InvoiceLine - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/InvoiceLine - - resource: - stream: InvoiceLineFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/InvoiceLineFeed - - resource: - stream: InvoiceLineHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/InvoiceLineHistory - - resource: - stream: InvoiceShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/InvoiceShare - - resource: - stream: KnowledgeableUser - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/KnowledgeableUser - - resource: - stream: Lead - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Lead - - resource: - stream: LeadCleanInfo - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/LeadCleanInfo - - resource: - stream: LeadFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/LeadFeed - - resource: - stream: LeadHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/LeadHistory - - resource: - stream: LeadShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/LeadShare - - resource: - stream: LeadStatus - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/LeadStatus - - resource: - stream: LegalEntity - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/LegalEntity - - resource: - stream: LegalEntityFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/LegalEntityFeed - - resource: - stream: LegalEntityHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/LegalEntityHistory - - resource: - stream: LegalEntityShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/LegalEntityShare - - resource: - stream: LightningExitByPageMetrics - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/LightningExitByPageMetrics - - resource: - stream: LightningExperienceTheme - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/LightningExperienceTheme - - resource: - stream: LightningOnboardingConfig - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/LightningOnboardingConfig - - resource: - stream: LightningToggleMetrics - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/LightningToggleMetrics - - resource: - stream: LightningUriEvent - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/LightningUriEvent - - resource: - stream: LightningUsageByAppTypeMetrics - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/LightningUsageByAppTypeMetrics - - resource: - stream: LightningUsageByBrowserMetrics - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/LightningUsageByBrowserMetrics - - resource: - stream: LightningUsageByFlexiPageMetrics - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/LightningUsageByFlexiPageMetrics - - resource: - stream: LightningUsageByPageMetrics - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/LightningUsageByPageMetrics - - resource: - stream: ListEmail - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ListEmail - - resource: - stream: ListEmailIndividualRecipient - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ListEmailIndividualRecipient - - resource: - stream: ListEmailRecipientSource - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ListEmailRecipientSource - - resource: - stream: ListEmailShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/ListEmailShare - - resource: - stream: ListView - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ListView - - resource: - stream: ListViewChart - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ListViewChart - - resource: - stream: ListViewEvent - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/ListViewEvent - - resource: - stream: LiveChatSensitiveDataRule - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/LiveChatSensitiveDataRule - - resource: - stream: Location - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Location - - resource: - stream: LocationFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/LocationFeed - - resource: - stream: LocationGroup - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/LocationGroup - - resource: - stream: LocationGroupAssignment - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/LocationGroupAssignment - - resource: - stream: LocationGroupFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/LocationGroupFeed - - resource: - stream: LocationGroupHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/LocationGroupHistory - - resource: - stream: LocationGroupShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/LocationGroupShare - - resource: - stream: LocationHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/LocationHistory - - resource: - stream: LocationShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/LocationShare - - resource: - stream: LoginAsEvent - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/LoginAsEvent - - resource: - stream: LoginEvent - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/LoginEvent - - resource: - stream: LoginGeo - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/LoginGeo - - resource: - stream: LoginHistory - syncMode: incremental - cursorField: - - LoginTime - target: acmeCo/LoginHistory - - resource: - stream: LoginIp - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/LoginIp - - resource: - stream: LogoutEvent - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/LogoutEvent - - resource: - stream: MLPredictionDefinition - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/MLPredictionDefinition - - resource: - stream: Macro - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Macro - - resource: - stream: MacroHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/MacroHistory - - resource: - stream: MacroInstruction - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/MacroInstruction - - resource: - stream: MacroShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/MacroShare - - resource: - stream: MacroUsage - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/MacroUsage - - resource: - stream: MacroUsageShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/MacroUsageShare - - resource: - stream: MailmergeTemplate - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/MailmergeTemplate - - resource: - stream: MatchingInformation - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/MatchingInformation - - resource: - stream: MatchingRule - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/MatchingRule - - resource: - stream: MatchingRuleItem - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/MatchingRuleItem - - resource: - stream: MessagingChannel - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/MessagingChannel - - resource: - stream: MessagingChannelSkill - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/MessagingChannelSkill - - resource: - stream: MessagingConfiguration - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/MessagingConfiguration - - resource: - stream: MessagingDeliveryError - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/MessagingDeliveryError - - resource: - stream: MessagingEndUser - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/MessagingEndUser - - resource: - stream: MessagingEndUserHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/MessagingEndUserHistory - - resource: - stream: MessagingEndUserShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/MessagingEndUserShare - - resource: - stream: MessagingLink - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/MessagingLink - - resource: - stream: MessagingSession - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/MessagingSession - - resource: - stream: MessagingSessionFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/MessagingSessionFeed - - resource: - stream: MessagingSessionHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/MessagingSessionHistory - - resource: - stream: MessagingSessionShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/MessagingSessionShare - - resource: - stream: MessagingTemplate - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/MessagingTemplate - - resource: - stream: MilestoneType - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/MilestoneType - - resource: - stream: MobileApplicationDetail - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/MobileApplicationDetail - - resource: - stream: MsgChannelLanguageKeyword - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/MsgChannelLanguageKeyword - - resource: - stream: MutingPermissionSet - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/MutingPermissionSet - - resource: - stream: MyDomainDiscoverableLogin - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/MyDomainDiscoverableLogin - - resource: - stream: NamedCredential - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/NamedCredential - - resource: - stream: NamespaceRegistry - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/NamespaceRegistry - - resource: - stream: NamespaceRegistryFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/NamespaceRegistryFeed - - resource: - stream: NamespaceRegistryHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/NamespaceRegistryHistory - - resource: - stream: Note - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Note - - resource: - stream: OauthCustomScope - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/OauthCustomScope - - resource: - stream: OauthCustomScopeApp - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/OauthCustomScopeApp - - resource: - stream: OauthToken - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/OauthToken - - resource: - stream: ObjectPermissions - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ObjectPermissions - - resource: - stream: OnboardingMetrics - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/OnboardingMetrics - - resource: - stream: OperatingHours - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/OperatingHours - - resource: - stream: OperatingHoursFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/OperatingHoursFeed - - resource: - stream: OperatingHoursHoliday - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/OperatingHoursHoliday - - resource: - stream: OperatingHoursHolidayFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/OperatingHoursHolidayFeed - - resource: - stream: OperatingHoursShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/OperatingHoursShare - - resource: - stream: Opportunity - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Opportunity - - resource: - stream: OpportunityCompetitor - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/OpportunityCompetitor - - resource: - stream: OpportunityContactRole - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/OpportunityContactRole - - resource: - stream: OpportunityFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/OpportunityFeed - - resource: - stream: OpportunityFieldHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/OpportunityFieldHistory - - resource: - stream: OpportunityHistory - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/OpportunityHistory - - resource: - stream: OpportunityLineItem - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/OpportunityLineItem - - resource: - stream: OpportunityPartner - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/OpportunityPartner - - resource: - stream: OpportunityShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/OpportunityShare - - resource: - stream: OpportunityStage - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/OpportunityStage - - resource: - stream: Order - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Order - - resource: - stream: OrderFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/OrderFeed - - resource: - stream: OrderHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/OrderHistory - - resource: - stream: OrderItem - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/OrderItem - - resource: - stream: OrderItemFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/OrderItemFeed - - resource: - stream: OrderItemHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/OrderItemHistory - - resource: - stream: OrderShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/OrderShare - - resource: - stream: OrderStatus - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/OrderStatus - - resource: - stream: OrgDeleteRequest - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/OrgDeleteRequest - - resource: - stream: OrgDeleteRequestShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/OrgDeleteRequestShare - - resource: - stream: OrgMetric - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/OrgMetric - - resource: - stream: OrgMetricScanResult - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/OrgMetricScanResult - - resource: - stream: OrgMetricScanSummary - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/OrgMetricScanSummary - - resource: - stream: OrgWideEmailAddress - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/OrgWideEmailAddress - - resource: - stream: Organization - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Organization - - resource: - stream: PackageLicense - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PackageLicense - - resource: - stream: Partner - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Partner - - resource: - stream: PartnerRole - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PartnerRole - - resource: - stream: PartyConsent - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PartyConsent - - resource: - stream: PartyConsentFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PartyConsentFeed - - resource: - stream: PartyConsentHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/PartyConsentHistory - - resource: - stream: PartyConsentShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/PartyConsentShare - - resource: - stream: Payment - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Payment - - resource: - stream: PaymentAuthAdjustment - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PaymentAuthAdjustment - - resource: - stream: PaymentAuthorization - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PaymentAuthorization - - resource: - stream: PaymentGateway - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PaymentGateway - - resource: - stream: PaymentGatewayLog - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PaymentGatewayLog - - resource: - stream: PaymentGatewayProvider - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PaymentGatewayProvider - - resource: - stream: PaymentGroup - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PaymentGroup - - resource: - stream: PaymentLineInvoice - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PaymentLineInvoice - - resource: - stream: PaymentMethod - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PaymentMethod - - resource: - stream: Period - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Period - - resource: - stream: PermissionSet - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PermissionSet - - resource: - stream: PermissionSetAssignment - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PermissionSetAssignment - - resource: - stream: PermissionSetEventStore - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/PermissionSetEventStore - - resource: - stream: PermissionSetGroup - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PermissionSetGroup - - resource: - stream: PermissionSetGroupComponent - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PermissionSetGroupComponent - - resource: - stream: PermissionSetLicense - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PermissionSetLicense - - resource: - stream: PermissionSetLicenseAssign - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PermissionSetLicenseAssign - - resource: - stream: PermissionSetTabSetting - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PermissionSetTabSetting - - resource: - stream: PlatformCachePartition - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PlatformCachePartition - - resource: - stream: PlatformCachePartitionType - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PlatformCachePartitionType - - resource: - stream: PlatformEventUsageMetric - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/PlatformEventUsageMetric - - resource: - stream: Pricebook2 - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Pricebook2 - - resource: - stream: Pricebook2History - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/Pricebook2History - - resource: - stream: PricebookEntry - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PricebookEntry - - resource: - stream: PricebookEntryHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/PricebookEntryHistory - - resource: - stream: ProcessDefinition - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ProcessDefinition - - resource: - stream: ProcessException - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ProcessException - - resource: - stream: ProcessExceptionShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/ProcessExceptionShare - - resource: - stream: ProcessInstance - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ProcessInstance - - resource: - stream: ProcessInstanceNode - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ProcessInstanceNode - - resource: - stream: ProcessInstanceStep - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ProcessInstanceStep - - resource: - stream: ProcessInstanceWorkitem - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ProcessInstanceWorkitem - - resource: - stream: ProcessNode - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ProcessNode - - resource: - stream: Product2 - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Product2 - - resource: - stream: Product2Feed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Product2Feed - - resource: - stream: Product2History - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/Product2History - - resource: - stream: ProductAttribute - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ProductAttribute - - resource: - stream: ProductAttributeSet - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ProductAttributeSet - - resource: - stream: ProductAttributeSetItem - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ProductAttributeSetItem - - resource: - stream: ProductAttributeSetProduct - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ProductAttributeSetProduct - - resource: - stream: ProductCatalog - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ProductCatalog - - resource: - stream: ProductCatalogFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ProductCatalogFeed - - resource: - stream: ProductCatalogHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ProductCatalogHistory - - resource: - stream: ProductCatalogShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/ProductCatalogShare - - resource: - stream: ProductCategory - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ProductCategory - - resource: - stream: ProductCategoryFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ProductCategoryFeed - - resource: - stream: ProductCategoryHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ProductCategoryHistory - - resource: - stream: ProductCategoryProduct - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ProductCategoryProduct - - resource: - stream: ProductCategoryProductHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ProductCategoryProductHistory - - resource: - stream: ProductConsumptionSchedule - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ProductConsumptionSchedule - - resource: - stream: ProductEntitlementTemplate - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ProductEntitlementTemplate - - resource: - stream: Profile - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Profile - - resource: - stream: Promotion - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Promotion - - resource: - stream: PromotionFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PromotionFeed - - resource: - stream: PromotionHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/PromotionHistory - - resource: - stream: PromotionMarketSegment - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PromotionMarketSegment - - resource: - stream: PromotionMarketSegmentFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PromotionMarketSegmentFeed - - resource: - stream: PromotionMarketSegmentHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/PromotionMarketSegmentHistory - - resource: - stream: PromotionQualifier - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PromotionQualifier - - resource: - stream: PromotionQualifierHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/PromotionQualifierHistory - - resource: - stream: PromotionSegment - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PromotionSegment - - resource: - stream: PromotionSegmentBuyerGroup - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PromotionSegmentBuyerGroup - - resource: - stream: PromotionSegmentBuyerGroupHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/PromotionSegmentBuyerGroupHistory - - resource: - stream: PromotionSegmentHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/PromotionSegmentHistory - - resource: - stream: PromotionSegmentSalesStore - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PromotionSegmentSalesStore - - resource: - stream: PromotionSegmentSalesStoreHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/PromotionSegmentSalesStoreHistory - - resource: - stream: PromotionSegmentShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/PromotionSegmentShare - - resource: - stream: PromotionShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/PromotionShare - - resource: - stream: PromotionTarget - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PromotionTarget - - resource: - stream: PromotionTargetHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/PromotionTargetHistory - - resource: - stream: Prompt - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Prompt - - resource: - stream: PromptAction - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PromptAction - - resource: - stream: PromptActionShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/PromptActionShare - - resource: - stream: PromptError - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PromptError - - resource: - stream: PromptErrorShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/PromptErrorShare - - resource: - stream: PromptVersion - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PromptVersion - - resource: - stream: Publisher - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/Publisher - - resource: - stream: PushTopic - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/PushTopic - - resource: - stream: QueueSobject - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/QueueSobject - - resource: - stream: QuickText - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/QuickText - - resource: - stream: QuickTextHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/QuickTextHistory - - resource: - stream: QuickTextShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/QuickTextShare - - resource: - stream: QuickTextUsage - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/QuickTextUsage - - resource: - stream: QuickTextUsageShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/QuickTextUsageShare - - resource: - stream: RecentlyViewed - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/RecentlyViewed - - resource: - stream: Recommendation - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Recommendation - - resource: - stream: RecommendationResponse - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/RecommendationResponse - - resource: - stream: RecordAction - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/RecordAction - - resource: - stream: RecordActionHistory - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/RecordActionHistory - - resource: - stream: RecordType - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/RecordType - - resource: - stream: RedirectWhitelistUrl - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/RedirectWhitelistUrl - - resource: - stream: Refund - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Refund - - resource: - stream: RefundLinePayment - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/RefundLinePayment - - resource: - stream: Report - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Report - - resource: - stream: ReportAnomalyEventStore - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ReportAnomalyEventStore - - resource: - stream: ReportAnomalyEventStoreFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ReportAnomalyEventStoreFeed - - resource: - stream: ReportEvent - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/ReportEvent - - resource: - stream: ReportFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ReportFeed - - resource: - stream: ResourceAbsence - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ResourceAbsence - - resource: - stream: ResourceAbsenceFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ResourceAbsenceFeed - - resource: - stream: ResourceAbsenceHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ResourceAbsenceHistory - - resource: - stream: ResourcePreference - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ResourcePreference - - resource: - stream: ResourcePreferenceFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ResourcePreferenceFeed - - resource: - stream: ResourcePreferenceHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ResourcePreferenceHistory - - resource: - stream: ReturnOrder - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ReturnOrder - - resource: - stream: ReturnOrderFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ReturnOrderFeed - - resource: - stream: ReturnOrderHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ReturnOrderHistory - - resource: - stream: ReturnOrderItemAdjustment - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ReturnOrderItemAdjustment - - resource: - stream: ReturnOrderItemTax - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ReturnOrderItemTax - - resource: - stream: ReturnOrderLineItem - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ReturnOrderLineItem - - resource: - stream: ReturnOrderLineItemFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ReturnOrderLineItemFeed - - resource: - stream: ReturnOrderLineItemHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ReturnOrderLineItemHistory - - resource: - stream: ReturnOrderShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/ReturnOrderShare - - resource: - stream: SPSamlAttributes - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/SPSamlAttributes - - resource: - stream: SalesStore - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/SalesStore - - resource: - stream: SamlSsoConfig - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/SamlSsoConfig - - resource: - stream: Scontrol - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Scontrol - - resource: - stream: ScratchOrgInfo - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ScratchOrgInfo - - resource: - stream: ScratchOrgInfoFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ScratchOrgInfoFeed - - resource: - stream: ScratchOrgInfoHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ScratchOrgInfoHistory - - resource: - stream: ScratchOrgInfoShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/ScratchOrgInfoShare - - resource: - stream: SearchPromotionRule - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/SearchPromotionRule - - resource: - stream: SecurityCustomBaseline - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/SecurityCustomBaseline - - resource: - stream: ServiceAppointment - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ServiceAppointment - - resource: - stream: ServiceAppointmentFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ServiceAppointmentFeed - - resource: - stream: ServiceAppointmentHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ServiceAppointmentHistory - - resource: - stream: ServiceAppointmentShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/ServiceAppointmentShare - - resource: - stream: ServiceAppointmentStatus - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ServiceAppointmentStatus - - resource: - stream: ServiceContract - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ServiceContract - - resource: - stream: ServiceContractFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ServiceContractFeed - - resource: - stream: ServiceContractHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ServiceContractHistory - - resource: - stream: ServiceContractShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/ServiceContractShare - - resource: - stream: ServiceResource - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ServiceResource - - resource: - stream: ServiceResourceFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ServiceResourceFeed - - resource: - stream: ServiceResourceHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ServiceResourceHistory - - resource: - stream: ServiceResourceShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/ServiceResourceShare - - resource: - stream: ServiceResourceSkill - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ServiceResourceSkill - - resource: - stream: ServiceResourceSkillFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ServiceResourceSkillFeed - - resource: - stream: ServiceResourceSkillHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ServiceResourceSkillHistory - - resource: - stream: ServiceSetupProvisioning - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ServiceSetupProvisioning - - resource: - stream: ServiceTerritory - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ServiceTerritory - - resource: - stream: ServiceTerritoryFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ServiceTerritoryFeed - - resource: - stream: ServiceTerritoryHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ServiceTerritoryHistory - - resource: - stream: ServiceTerritoryMember - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ServiceTerritoryMember - - resource: - stream: ServiceTerritoryMemberFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ServiceTerritoryMemberFeed - - resource: - stream: ServiceTerritoryMemberHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ServiceTerritoryMemberHistory - - resource: - stream: ServiceTerritoryShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/ServiceTerritoryShare - - resource: - stream: ServiceTerritoryWorkType - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ServiceTerritoryWorkType - - resource: - stream: ServiceTerritoryWorkTypeFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ServiceTerritoryWorkTypeFeed - - resource: - stream: ServiceTerritoryWorkTypeHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ServiceTerritoryWorkTypeHistory - - resource: - stream: SessionHijackingEventStore - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/SessionHijackingEventStore - - resource: - stream: SessionHijackingEventStoreFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/SessionHijackingEventStoreFeed - - resource: - stream: SessionPermSetActivation - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/SessionPermSetActivation - - resource: - stream: SetupAssistantStep - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/SetupAssistantStep - - resource: - stream: SetupAuditTrail - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/SetupAuditTrail - - resource: - stream: SetupEntityAccess - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/SetupEntityAccess - - resource: - stream: Shift - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Shift - - resource: - stream: ShiftFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ShiftFeed - - resource: - stream: ShiftHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ShiftHistory - - resource: - stream: ShiftShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/ShiftShare - - resource: - stream: ShiftStatus - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ShiftStatus - - resource: - stream: Shipment - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Shipment - - resource: - stream: ShipmentFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ShipmentFeed - - resource: - stream: ShipmentHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ShipmentHistory - - resource: - stream: ShipmentItem - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ShipmentItem - - resource: - stream: ShipmentItemFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ShipmentItemFeed - - resource: - stream: ShipmentItemHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/ShipmentItemHistory - - resource: - stream: ShipmentShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/ShipmentShare - - resource: - stream: Site - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Site - - resource: - stream: SiteFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/SiteFeed - - resource: - stream: SiteHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/SiteHistory - - resource: - stream: SiteIframeWhiteListUrl - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/SiteIframeWhiteListUrl - - resource: - stream: SiteRedirectMapping - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/SiteRedirectMapping - - resource: - stream: Skill - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Skill - - resource: - stream: SkillRequirement - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/SkillRequirement - - resource: - stream: SkillRequirementFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/SkillRequirementFeed - - resource: - stream: SkillRequirementHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/SkillRequirementHistory - - resource: - stream: SlaProcess - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/SlaProcess - - resource: - stream: Solution - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Solution - - resource: - stream: SolutionFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/SolutionFeed - - resource: - stream: SolutionHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/SolutionHistory - - resource: - stream: SolutionStatus - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/SolutionStatus - - resource: - stream: Stamp - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Stamp - - resource: - stream: StampAssignment - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/StampAssignment - - resource: - stream: StaticResource - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/StaticResource - - resource: - stream: StreamingChannel - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/StreamingChannel - - resource: - stream: StreamingChannelShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/StreamingChannelShare - - resource: - stream: TabDefinition - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/TabDefinition - - resource: - stream: Task - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Task - - resource: - stream: TaskFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/TaskFeed - - resource: - stream: TaskPriority - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/TaskPriority - - resource: - stream: TaskStatus - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/TaskStatus - - resource: - stream: TenantUsageEntitlement - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/TenantUsageEntitlement - - resource: - stream: TestSuiteMembership - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/TestSuiteMembership - - resource: - stream: ThirdPartyAccountLink - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/ThirdPartyAccountLink - - resource: - stream: ThreatDetectionFeedback - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ThreatDetectionFeedback - - resource: - stream: ThreatDetectionFeedbackFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/ThreatDetectionFeedbackFeed - - resource: - stream: TimeSlot - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/TimeSlot - - resource: - stream: TodayGoal - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/TodayGoal - - resource: - stream: TodayGoalShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/TodayGoalShare - - resource: - stream: Topic - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Topic - - resource: - stream: TopicAssignment - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/TopicAssignment - - resource: - stream: TopicFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/TopicFeed - - resource: - stream: TopicUserEvent - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/TopicUserEvent - - resource: - stream: TransactionSecurityPolicy - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/TransactionSecurityPolicy - - resource: - stream: Translation - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/Translation - - resource: - stream: UiFormulaCriterion - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/UiFormulaCriterion - - resource: - stream: UiFormulaRule - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/UiFormulaRule - - resource: - stream: UndecidedEventRelation - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/UndecidedEventRelation - - resource: - stream: UriEvent - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/UriEvent - - resource: - stream: User - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/User - - resource: - stream: UserAppInfo - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/UserAppInfo - - resource: - stream: UserAppMenuCustomization - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/UserAppMenuCustomization - - resource: - stream: UserAppMenuCustomizationShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/UserAppMenuCustomizationShare - - resource: - stream: UserAppMenuItem - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/UserAppMenuItem - - resource: - stream: UserEmailPreferredPerson - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/UserEmailPreferredPerson - - resource: - stream: UserEmailPreferredPersonShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/UserEmailPreferredPersonShare - - resource: - stream: UserFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/UserFeed - - resource: - stream: UserLicense - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/UserLicense - - resource: - stream: UserListView - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/UserListView - - resource: - stream: UserListViewCriterion - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/UserListViewCriterion - - resource: - stream: UserLogin - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/UserLogin - - resource: - stream: UserPackageLicense - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/UserPackageLicense - - resource: - stream: UserPermissionAccess - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/UserPermissionAccess - - resource: - stream: UserPreference - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/UserPreference - - resource: - stream: UserProvAccount - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/UserProvAccount - - resource: - stream: UserProvAccountStaging - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/UserProvAccountStaging - - resource: - stream: UserProvMockTarget - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/UserProvMockTarget - - resource: - stream: UserProvisioningConfig - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/UserProvisioningConfig - - resource: - stream: UserProvisioningLog - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/UserProvisioningLog - - resource: - stream: UserProvisioningRequest - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/UserProvisioningRequest - - resource: - stream: UserProvisioningRequestShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/UserProvisioningRequestShare - - resource: - stream: UserRole - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/UserRole - - resource: - stream: UserSetupEntityAccess - syncMode: full_refresh - cursorField: - - Id - target: acmeCo/UserSetupEntityAccess - - resource: - stream: UserShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/UserShare - - resource: - stream: VerificationHistory - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/VerificationHistory - - resource: - stream: VisualforceAccessMetrics - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/VisualforceAccessMetrics - - resource: - stream: VoiceCall - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/VoiceCall - - resource: - stream: VoiceCallFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/VoiceCallFeed - - resource: - stream: VoiceCallRecording - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/VoiceCallRecording - - resource: - stream: VoiceCallShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/VoiceCallShare - - resource: - stream: VoiceVendorInfo - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/VoiceVendorInfo - - resource: - stream: WaveAutoInstallRequest - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WaveAutoInstallRequest - - resource: - stream: WaveCompatibilityCheckItem - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WaveCompatibilityCheckItem - - resource: - stream: WebCart - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WebCart - - resource: - stream: WebCartAdjustmentGroup - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WebCartAdjustmentGroup - - resource: - stream: WebCartHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/WebCartHistory - - resource: - stream: WebCartShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/WebCartShare - - resource: - stream: WebLink - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WebLink - - resource: - stream: WebStore - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WebStore - - resource: - stream: WebStoreBuyerGroup - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WebStoreBuyerGroup - - resource: - stream: WebStoreCatalog - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WebStoreCatalog - - resource: - stream: WebStoreCatalogHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/WebStoreCatalogHistory - - resource: - stream: WebStoreShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/WebStoreShare - - resource: - stream: WorkOrder - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WorkOrder - - resource: - stream: WorkOrderFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WorkOrderFeed - - resource: - stream: WorkOrderHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/WorkOrderHistory - - resource: - stream: WorkOrderLineItem - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WorkOrderLineItem - - resource: - stream: WorkOrderLineItemFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WorkOrderLineItemFeed - - resource: - stream: WorkOrderLineItemHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/WorkOrderLineItemHistory - - resource: - stream: WorkOrderLineItemStatus - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WorkOrderLineItemStatus - - resource: - stream: WorkOrderShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/WorkOrderShare - - resource: - stream: WorkOrderStatus - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WorkOrderStatus - - resource: - stream: WorkPlan - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WorkPlan - - resource: - stream: WorkPlanFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WorkPlanFeed - - resource: - stream: WorkPlanHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/WorkPlanHistory - - resource: - stream: WorkPlanShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/WorkPlanShare - - resource: - stream: WorkPlanTemplate - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WorkPlanTemplate - - resource: - stream: WorkPlanTemplateEntry - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WorkPlanTemplateEntry - - resource: - stream: WorkPlanTemplateEntryFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WorkPlanTemplateEntryFeed - - resource: - stream: WorkPlanTemplateEntryHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/WorkPlanTemplateEntryHistory - - resource: - stream: WorkPlanTemplateFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WorkPlanTemplateFeed - - resource: - stream: WorkPlanTemplateHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/WorkPlanTemplateHistory - - resource: - stream: WorkPlanTemplateShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/WorkPlanTemplateShare - - resource: - stream: WorkStep - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WorkStep - - resource: - stream: WorkStepFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WorkStepFeed - - resource: - stream: WorkStepHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/WorkStepHistory - - resource: - stream: WorkStepStatus - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WorkStepStatus - - resource: - stream: WorkStepTemplate - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WorkStepTemplate - - resource: - stream: WorkStepTemplateFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WorkStepTemplateFeed - - resource: - stream: WorkStepTemplateHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/WorkStepTemplateHistory - - resource: - stream: WorkStepTemplateShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/WorkStepTemplateShare - - resource: - stream: WorkType - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WorkType - - resource: - stream: WorkTypeFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WorkTypeFeed - - resource: - stream: WorkTypeGroup - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WorkTypeGroup - - resource: - stream: WorkTypeGroupFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WorkTypeGroupFeed - - resource: - stream: WorkTypeGroupHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/WorkTypeGroupHistory - - resource: - stream: WorkTypeGroupMember - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WorkTypeGroupMember - - resource: - stream: WorkTypeGroupMemberFeed - syncMode: incremental - cursorField: - - SystemModstamp - target: acmeCo/WorkTypeGroupMemberFeed - - resource: - stream: WorkTypeGroupMemberHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/WorkTypeGroupMemberHistory - - resource: - stream: WorkTypeGroupShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/WorkTypeGroupShare - - resource: - stream: WorkTypeHistory - syncMode: incremental - cursorField: - - CreatedDate - target: acmeCo/WorkTypeHistory - - resource: - stream: WorkTypeShare - syncMode: incremental - cursorField: - - LastModifiedDate - target: acmeCo/WorkTypeShare - - resource: - stream: Describe - syncMode: full_refresh - cursorField: - - name - target: acmeCo/Describe + bindings: [] shards: disable: true