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

Support multiple timestamp formats in non arrow flow #533

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

jprakash-db
Copy link
Contributor

@jprakash-db jprakash-db commented Mar 7, 2025

Description

Adding support for multiple timestamp formats

  • "%Y-%m-%d %H:%M:%S" - Common SQL format
  • "%Y-%m-%d" - MySQL Date only
  • "%Y-%m-%d %H:%M:%S.%f" - MySQL and PostgreSQL format
  • "%m/%d/%Y %I:%M:%S %p" - US format MSSQL Server
  • "%d-%b-%Y %H:%M:%S" - Oracle format

Testing

Added unit tests

@jprakash-db jprakash-db marked this pull request as ready for review March 8, 2025 19:00
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.

1 participant