Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Do not merge) chore: use mini-cat in source-hardcoded-records #53640

Draft
wants to merge 26 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
73acc14
Add shared poe tasks to be reused by Python source connectors
devin-ai-integration[bot] Jan 31, 2025
5d2c85d
chore: update poe include syntax to use array format
devin-ai-integration[bot] Jan 31, 2025
f8f1f03
style: update poe include syntax to multi-line array format
devin-ai-integration[bot] Jan 31, 2025
36da64a
feat: add coverage and code quality tasks to shared poe tasks file
devin-ai-integration[bot] Jan 31, 2025
8871138
chore(connectors): remove local poe tasks from destination connectors…
devin-ai-integration[bot] Jan 31, 2025
80f41f5
chore: add TOML validation script
devin-ai-integration[bot] Jan 31, 2025
0796793
style: update poe tasks to use expanded TOML syntax
devin-ai-integration[bot] Jan 31, 2025
5f07b1a
style: update formatting and add license header to validate_toml.py
devin-ai-integration[bot] Jan 31, 2025
ee4b769
chore: rename poetry-source-tasks.toml to poetry-connector-tasks.toml
devin-ai-integration[bot] Jan 31, 2025
6449d70
remove admin files
aaronsteers Feb 7, 2025
a232981
update poe tasks file, add new tasks and cleanup existing
aaronsteers Feb 7, 2025
13ae7c6
Merge branch 'master' into aj/chore/use-shared-poe-tasks-file
aaronsteers Feb 7, 2025
6c6c9b0
remove extra/old task definitions
aaronsteers Feb 7, 2025
affbfaf
clean up poe include refs
aaronsteers Feb 7, 2025
01ddcf3
fix the cdk ref tasks
aaronsteers Feb 7, 2025
fbb738d
clean up task ordering
aaronsteers Feb 7, 2025
f7633ee
revert unrelated changes
aaronsteers Feb 7, 2025
33e5726
revert undesired changes
aaronsteers Feb 7, 2025
307f60a
revert lock file changes
aaronsteers Feb 7, 2025
eab103b
add comment help text
aaronsteers Feb 7, 2025
51e5861
add minicat test file
aaronsteers Feb 7, 2025
9e9b113
add tests file (moved from google drive)
aaronsteers Feb 11, 2025
636fed5
misc updates
aaronsteers Feb 11, 2025
105aeeb
Merge branch 'aj/chore/use-minicat-in-source-hardcoded-records' of ht…
aaronsteers Feb 11, 2025
30a9020
Merge branch 'master' into aj/chore/use-minicat-in-source-hardcoded-r…
aaronsteers Feb 11, 2025
4ab7b80
revert: undo whitespace change
aaronsteers Feb 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
"""Mini-CAT test for Google Sheets source.

We import the `MiniCAT` class from the CDK. This gives us the ability to step-debug tests and
iterate locally and quickly.
"""

from airbyte_cdk.test.declarative.test_suites import SourceTestSuiteBase


class MyMiniCAT(SourceTestSuiteBase):
"""Instantiates the Mini-CAT test suite for Google Sheets source.

This suite can be run with pytest. All config is optional.
"""
Loading
Loading