🎉 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:
committed by
GitHub
parent
658d984c8d
commit
46fa44ab80
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user