Skip to content

Commit

Permalink
Updating snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwihl committed Sep 20, 2024
1 parent 68e1827 commit 24f6666
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 62 deletions.
59 changes: 0 additions & 59 deletions source-brevo/acmeCo/flow.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
[
{
"recommendedName": "Contacts",
"resourceConfig": {},
"resourceConfig": {
"stream": "Contacts",
"syncMode": "incremental",
"cursorField": [
"createdSince"
]
},
"documentSchema": {
"type": "object",
"$schema": "http://json-schema.org/schema#",
Expand Down Expand Up @@ -31,7 +37,10 @@
},
{
"recommendedName": "ContactsAttributes",
"resourceConfig": {},
"resourceConfig": {
"stream": "ContactsAttributes",
"syncMode": "full_refresh"
},
"documentSchema": {
"type": "object",
"$schema": "http://json-schema.org/schema#",
Expand Down Expand Up @@ -61,7 +70,10 @@
},
{
"recommendedName": "ContactsLists",
"resourceConfig": {},
"resourceConfig": {
"stream": "ContactsLists",
"syncMode": "full_refresh"
},
"documentSchema": {
"type": "object",
"$schema": "http://json-schema.org/schema#",
Expand Down

0 comments on commit 24f6666

Please sign in to comment.