-
Notifications
You must be signed in to change notification settings - Fork 419
fully support naive and tz-aware timestamp/time data types #2570
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
bed9771
adds databricks timestamp NTZ
rudolfix 916e893
improves error messages in pyarrow tuples to arrow
rudolfix 9ab3020
decreases timestamp precision to 6 for mssql
rudolfix d4dad26
adds naive datetime to all data types case, enables fallback when tes…
rudolfix 8923bed
other test fixes
rudolfix 266be34
Merge branch 'devel' into fix/2486-fixes-mssql-datetime-precision
rudolfix 15687eb
always stores incremental state last value as present in the data, te…
rudolfix 8f7451c
fixes ntz timestamp tests
rudolfix cab6f28
fixes sqlalchemy destination to work with mssql
rudolfix c99c251
adds func to current module to get current resource instance
rudolfix 7421d04
generates LIMIT clause in sql_database when limit step is present
rudolfix a716e5e
adds basic tests for mssql in sql_database
rudolfix 795665c
adds docs on tz-awareness in datetime columns in sql_database
rudolfix f166f83
Merge branch 'devel' into fix/2486-fixes-mssql-datetime-precision
rudolfix 6680bbd
Merge branch 'devel' into fix/2486-fixes-mssql-datetime-precision
rudolfix 6e32240
adds naive an tz aware datetimes to destination caps, implements for …
rudolfix d8800ed
caches dlt type to python type conversion
rudolfix 1a90e6b
normalizes timezone handling in timestamp and time data types, fixes …
rudolfix bbaa824
fixes incremental and lag so they always follow the tz-awareness of t…
rudolfix 4f591a0
moves schema inference and data coercion from Schema to item_normaliz…
rudolfix 9d3f251
casts timezones in arrow table normalizations, datetime and time case…
rudolfix f88e390
tracks resource parent, along pipe parent, fixes resource cloning whe…
rudolfix 176ef1f
updates dbapi sql client for dremio
rudolfix 50c8f8c
adjust column schema inferred from arrow to destination caps in extra…
rudolfix 19fe0e6
moves schema and data setup for all data types tests to common code
rudolfix 2115b59
adds option to exclude columns in sql_table, uses LimitItem to genera…
rudolfix 366f56c
tests sql_database on mssql for all data types and incremental cursor…
rudolfix 950407e
improves tests for row tuples to arrow with cast to dlt schema, tests…
rudolfix 2bb104b
improved test for timestamps and int with precision on duckdb
rudolfix 840dbd8
disables Python 3.14 tests and dashboard test on mac
rudolfix 845bd73
better maybe transaction in job client: takes into account ddl and re…
rudolfix 6a12ba4
pyodbc py3.13 bump
rudolfix 74f220b
timestamp docs WIP
rudolfix b423a73
fixes tests
rudolfix 6a7a95d
review fixes
rudolfix a144eb4
Merge branch 'devel' into fix/2486-fixes-mssql-datetime-precision
rudolfix 349ca9b
finalizes docs
rudolfix File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Is this line correct? The condition does not change anything..
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.
it is but I'll remove it to make it 100% clear. DATETIME does not work on bigquery in practice