🎉 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:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
{
|
||||
"api_key": "<invalid_key>"
|
||||
"api_key": "<invalid_key>",
|
||||
"start_date": "2017-01-25T00:00:00Z",
|
||||
"interval": "day"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"api_key": "<api-key>",
|
||||
"start_date": "2022-01-05T12:09:00Z"
|
||||
"start_date": "2022-01-05T12:09:00Z",
|
||||
"interval": "day"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user