* 🎉 New Source: Auth0 [python cdk] - Full import and incremental are supported - Only users stream is added - Added unit tests and ensure all acceptance tests are passed locally - It's free to create a new account in Auth0, so it's free to setup an integration account. * fix: remove unused import in source.py * auto-bump connector version Co-authored-by: sajarin <sajarindider@gmail.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
15 lines
264 B
JSON
15 lines
264 B
JSON
{
|
|
"streams": [
|
|
{
|
|
"stream": {
|
|
"name": "users",
|
|
"json_schema": {}
|
|
},
|
|
"sync_mode": "incremental",
|
|
"destination_sync_mode": "overwrite",
|
|
"cursor_field": ["updated_at"],
|
|
"primary_key": [["user_id"]]
|
|
}
|
|
]
|
|
}
|