1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Source Captain Data: Make Connector Compatible with Builder (#39508)

This commit is contained in:
Dhroov Makwana
2024-06-16 05:44:59 +05:30
committed by GitHub
parent 19cfb2060f
commit 6073a067be
18 changed files with 500 additions and 324 deletions

View File

@@ -1,3 +1,3 @@
#
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
#

View File

@@ -1,5 +1,5 @@
#
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
#

View File

@@ -45,6 +45,21 @@
},
"sync_mode": "full_refresh"
},
{
"cursor_field": null,
"destination_sync_mode": "append",
"primary_key": null,
"stream": {
"default_cursor_field": null,
"json_schema": {},
"name": "successful_jobs",
"namespace": null,
"source_defined_cursor": null,
"source_defined_primary_key": [["uid"]],
"supported_sync_modes": ["full_refresh"]
},
"sync_mode": "full_refresh"
},
{
"cursor_field": null,
"destination_sync_mode": "append",