1
0
mirror of synced 2025-12-23 21:03:15 -05:00

🎉 New Source: SurveyCTO (#19371)

* survey cto connector

* datetime fix

* removed some unused tests

* intergration tests

* acceptance test is passing

* airbyte_secret

* removed unused files

* removed key

* removed some unused items

* added the error handling

* catalog fix to add form_id

* config improvement

* full refresh test added

* incremental sync test passed

* docs added surveycto.md

* added the docs improvement

* improve docs and spec

* fix: add source definition for surveycto

* flake improvements

* refactor

* refactor

* python format fix

* auto-bump connector version

* docs update

Co-authored-by: Sajarin <sajarindider@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
This commit is contained in:
Siddhant Singh
2022-11-30 23:56:12 +05:30
committed by GitHub
parent ea58882fa3
commit 4c0ffb6c40
28 changed files with 821 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#
# Copyright (c) 2022 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