diff --git a/source-brevo/acmeCo/flow.yaml b/source-brevo/acmeCo/flow.yaml deleted file mode 100644 index 1654c258b..000000000 --- a/source-brevo/acmeCo/flow.yaml +++ /dev/null @@ -1,59 +0,0 @@ ---- -collections: - acmeCo/Contacts: - schema: - type: object - $schema: "http://json-schema.org/schema#" - properties: - id: - type: string - description: The unique id of a contact - _meta: - type: object - properties: - row_id: - type: integer - required: - - row_id - additionalProperties: true - x-infer-schema: true - key: - - /id - acmeCo/ContactsAttributes: - schema: - type: object - $schema: "http://json-schema.org/schema#" - properties: - name: - type: string - description: The unique name of a contact attribute - _meta: - type: object - properties: - row_id: - type: integer - required: - - row_id - additionalProperties: true - x-infer-schema: true - key: - - /name - acmeCo/ContactsLists: - schema: - type: object - $schema: "http://json-schema.org/schema#" - properties: - id: - type: string - description: The unique id of a contact list - _meta: - type: object - properties: - row_id: - type: integer - required: - - row_id - additionalProperties: true - x-infer-schema: true - key: - - /id diff --git a/source-brevo/tests/snapshots/snapshots__discover__capture.stdout.json b/source-brevo/tests/snapshots/snapshots__discover__capture.stdout.json index cc1a534c1..3b85d02f8 100644 --- a/source-brevo/tests/snapshots/snapshots__discover__capture.stdout.json +++ b/source-brevo/tests/snapshots/snapshots__discover__capture.stdout.json @@ -1,7 +1,13 @@ [ { "recommendedName": "Contacts", - "resourceConfig": {}, + "resourceConfig": { + "stream": "Contacts", + "syncMode": "incremental", + "cursorField": [ + "createdSince" + ] + }, "documentSchema": { "type": "object", "$schema": "http://json-schema.org/schema#", @@ -31,7 +37,10 @@ }, { "recommendedName": "ContactsAttributes", - "resourceConfig": {}, + "resourceConfig": { + "stream": "ContactsAttributes", + "syncMode": "full_refresh" + }, "documentSchema": { "type": "object", "$schema": "http://json-schema.org/schema#", @@ -61,7 +70,10 @@ }, { "recommendedName": "ContactsLists", - "resourceConfig": {}, + "resourceConfig": { + "stream": "ContactsLists", + "syncMode": "full_refresh" + }, "documentSchema": { "type": "object", "$schema": "http://json-schema.org/schema#",