1
0
mirror of synced 2025-12-25 11:06:55 -05:00

🎉 Source Chartmogul: Add CustomerCount stream (#10756)

* 🎉 Source Chartmogul: Add CustomerCount stream

* Update description

* address comments

* update changelog

* format source file

* run seed file

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
This commit is contained in:
Titas Skrebe
2022-03-03 00:09:54 +02:00
committed by GitHub
parent 2b6926d707
commit c81ceb2e5d
13 changed files with 117 additions and 8 deletions

View File

@@ -17,6 +17,15 @@
},
"sync_mode": "full_refresh",
"destination_sync_mode": "overwrite"
},
{
"stream": {
"name": "customer_count",
"json_schema": {},
"supported_sync_modes": ["full_refresh"]
},
"sync_mode": "full_refresh",
"destination_sync_mode": "overwrite"
}
]
}

View File

@@ -1,3 +1,5 @@
{
"api_key": "<invalid_key>"
"api_key": "<invalid_key>",
"start_date": "2017-01-25T00:00:00Z",
"interval": "day"
}

View File

@@ -1,4 +1,5 @@
{
"api_key": "<api-key>",
"start_date": "2022-01-05T12:09:00Z"
"start_date": "2022-01-05T12:09:00Z",
"interval": "day"
}