Skip to content

Conversation

@vikasrathee-cs
Copy link
Contributor

Added support for timestamp_tz datatype in snowflake plugin.

| TIMESTAMP_LTZ | timestamp | TIMESTAMP with local time zone; time zone, if provided, is not stored.|
| TIMESTAMP_NTZ | timestamp | TIMESTAMP with no time zone; time zone, if provided, is not stored.|
| TIMESTAMP_TZ | string | TIMESTAMP with time zone. |
| TIMESTAMP_TZ | timestamp | TIMESTAMP with time zone. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was this mistakenly in the doc before or was it actually being read as a string?

If it was being read as a string, we can't just change the data type as that will break backwards compatibility.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it was added mistakenly only, was giving validation error on this data type.

added support for timestamp_tz datatype.
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.

3 participants