-
Notifications
You must be signed in to change notification settings - Fork 4
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
OBE: Add additional valid date formats to spec #139
Conversation
# Ensure database connection is closed | ||
dfs.close() # type: ignore | ||
else: | ||
# TODO: Can I implement a ClosableIterator type or |
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.
Uncompleted punchlist item detected--consider resolving or moving this to your issue tracker
.circleci/config.yml
Outdated
@@ -551,8 +551,8 @@ workflows: | |||
extras: '[redshift-binary,itest]' | |||
python_version: "3.6" | |||
db_name: demo-itest | |||
requires: | |||
- test-3.9 | |||
# requires: # TODO: drop this |
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.
Uncompleted punchlist item detected--consider resolving or moving this to your issue tracker
variant: DelimitedVariant, | ||
hints: PartialRecordsHints = {}, | ||
broken: bool = False, | ||
sourcefn: Optional[Callable[[], None]] = None) -> None: # TODO fix this type |
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.
E261 at least two spaces before inline comment
variant: DelimitedVariant, | ||
hints: PartialRecordsHints = {}, | ||
broken: bool = False, | ||
sourcefn: Optional[Callable[[], None]] = None) -> None: # TODO fix this type |
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.
Uncompleted punchlist item detected--consider resolving or moving this to your issue tracker
This is mostly OBE by the new approach suggested in #144 - but should be mined for any remaining useful code before being closed. |
No description provided.