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

Allow TIMESTAMP values to be None or empty #47

Merged
merged 1 commit into from
Jun 26, 2024
Merged

Conversation

kaapstorm
Copy link
Contributor

Avoids an error caused when trying to cast None as a Python datetime. This can happen when a data source has a null value in a datetime/TIMESTAMP column.

This change is covered by doctests.

@kaapstorm kaapstorm requested review from mkangia and Charl1996 June 26, 2024 21:51
@mkangia mkangia merged commit 80ba38e into master Jun 26, 2024
3 checks passed
@mkangia mkangia deleted the nh/allow_none branch June 26, 2024 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants