-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "remove python cdk folder (moved to new repo)"
This reverts commit 863c740.
- Loading branch information
1 parent
be58e0b
commit 16830d5
Showing
630 changed files
with
106,747 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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__ |
Oops, something went wrong.