Skip to content

Commit

Permalink
Revert "remove python cdk folder (moved to new repo)"
Browse files Browse the repository at this point in the history
This reverts commit 863c740.
  • Loading branch information
aaronsteers committed Nov 12, 2024
1 parent be58e0b commit 16830d5
Show file tree
Hide file tree
Showing 630 changed files with 106,747 additions and 2 deletions.
11 changes: 11 additions & 0 deletions airbyte-cdk/python/.coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[report]
# show lines missing coverage
show_missing = true

[run]
omit =
# omit the models package as it's auto-generated
airbyte_cdk/models/*

# omit as unimplemented
airbyte_cdk/base_python/cdk/streams/auth/jwt.py
1 change: 1 addition & 0 deletions airbyte-cdk/python/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build
11 changes: 11 additions & 0 deletions airbyte-cdk/python/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.coverage

# TODO: these are tmp files generated by unit tests. They should go to the /tmp directory.
<MagicMock*

dist
.ruff_cache
.mypy_cache
.venv
.pytest_cache
**/__pycache__
Loading

0 comments on commit 16830d5

Please sign in to comment.