-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix(templates): Tap template: fix style and docstrings, and add test cases for SQL and "Other" sources #1434
fix(templates): Tap template: fix style and docstrings, and add test cases for SQL and "Other" sources #1434
Conversation
tap_sql_custom/tap.py:8:1: F401 'tap_sql_custom.client.AutomaticTestTapStream' imported but unused tap_sql_custom/client.py:16:1: DAR101 Missing parameter(s) in Docstring: - config tap_sql_custom/client.py:16:1: DAR201 Missing "Returns" in Docstring: - return tap_sql_custom/client.py:29:1: DAR201 Missing "Returns" in Docstring: - return tap_sql_custom/client.py:29:1: DAR101 Missing parameter(s) in Docstring: - sql_type tap_sql_custom/client.py:40:1: DAR101 Missing parameter(s) in Docstring: - jsonschema_type tap_sql_custom/client.py:40:1: DAR201 Missing "Returns" in Docstring: - return tap_sql_custom/client.py:54:38: F821 undefined name 'Optional' tap_sql_custom/client.py:54:57: F821 undefined name 'Iterable' tap_sql_custom/client.py:54:66: F821 undefined name 'Dict' tap_sql_custom/client.py:54:76: F821 undefined name 'Any'
…to_jsonschema_type)
Codecov Report
@@ Coverage Diff @@
## main #1434 +/- ##
=======================================
Coverage 85.47% 85.47%
=======================================
Files 57 57
Lines 4763 4763
Branches 808 808
=======================================
Hits 4071 4071
Misses 501 501
Partials 191 191 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Thanks for the PR @flexponsive - looks like we've got some engineers on it as reviewers 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@flexponsive should we add these new cases to the GitHub workflow file?
@edgarrmondragon good catch! thanks for pointing it out. added the missing cases |
thanks @flexponsive! |
Follow-up to #1410: Now all tap templates are covered by e2e tests
📚 Documentation preview 📚: https://meltano-sdk--1434.org.readthedocs.build/en/1434/