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

🎉 New Source: Commerce Tools (#5957)

* adding new source connector Commercetools

* adding new source connector Commercetools

* quick fix

* quick config

* changes

* format files

* add ci credentials run

* correct bin creds

* add publish cmd

* add spec host enum

* correct itnegration tests

* run seed file

Co-authored-by: jsewawilson <jwilson@pebblepost.com>
Co-authored-by: Marcos Marx <marcosmarxm@gmail.com>
This commit is contained in:
James Sewa Wilson
2021-11-09 02:59:29 +00:00
committed by GitHub
parent 658d984c8d
commit 46fa44ab80
53 changed files with 17628 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"customers": {
"lastModifiedAt": "2080-08-29T18:09:09.178Z"
},
"orders": {
"lastModifiedAt": "2090-08-30T06:07:33.580Z"
},
"discount_codes": {
"lastModifiedAt": "2100-08-30T01:56:15.739Z"
},
"payments": {
"lastModifiedAt": "2121-08-30T05:07:38.446Z"
},
"products": {
"lastModifiedAt": "2221-08-30T02:07:53.255Z"
}
}

View File

@@ -0,0 +1,16 @@
#
# Copyright (c) 2021 Airbyte, Inc., all rights reserved.
#
import pytest
pytest_plugins = ("source_acceptance_test.plugin",)
@pytest.fixture(scope="session", autouse=True)
def connector_setup():
""" This fixture is a placeholder for external resources that acceptance test might require."""
# TODO: setup test dependencies if needed. otherwise remove the TODO comments
yield
# TODO: clean up test dependencies

View File

@@ -0,0 +1,8 @@
{
"region": "region",
"start_date": "3000-01-01",
"project_key": "project_key",
"host": "gcp",
"client_id": "client_id",
"client_secret": "client_secret"
}

View File

@@ -0,0 +1,8 @@
{
"region": "region",
"start_date": "2020-01-01",
"project_key": "project_key",
"host": "gcp",
"client_id": "client_id",
"client_secret": "client_secret"
}

View File

@@ -0,0 +1,17 @@
{
"customers": {
"lastModifiedAt": "2021-08-29T18:09:09.178Z"
},
"orders": {
"lastModifiedAt": "2021-08-30T06:07:33.580Z"
},
"discount_codes": {
"lastModifiedAt": "2021-08-30T01:56:15.739Z"
},
"payments": {
"lastModifiedAt": "2021-08-30T05:07:38.446Z"
},
"products": {
"lastModifiedAt": "2021-08-30T02:07:53.255Z"
}
}