-
Notifications
You must be signed in to change notification settings - Fork 2
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
DMD-33 bucket refresh fix column data types #181
Merged
vojtabiberle
merged 9 commits into
main
from
vb-DMD-33-bucket-refresh-fix-column-data-types
Jan 27, 2025
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
ba2394a
DMD-33 fix column types resolution
vojtabiberle 9222584
DMD-33 add test for empty schema
vojtabiberle 6c08442
DMD-33 disable BINARY size discovery
vojtabiberle 8536c5a
DMD-33 remove BINARY size discovery
vojtabiberle 798c3af
DMD-33 add exception for non-existing table
vojtabiberle 24e7e3a
DMD-33 safe table-key
vojtabiberle 673bad2
DMD-33 check table definition
vojtabiberle 3338a34
DMD-33 skipping missing tables
vojtabiberle 26d1889
DMD-33 fix string quotes
vojtabiberle 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 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 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.
premyslim jeste o dalsich datatypech (napr FLOAT...), ale asi to nechme tak
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.
pravda, mapují se všechny na
FLOAT
: https://docs.snowflake.com/en/sql-reference/data-types-numeric#examples-of-floating-point-data-types-in-a-tableTo tam ještě přidám
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.
ne, to je prece v poradku, je to shodne s DESC table -> bude to float
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.
ta myslenka byla v tom, ze jsi identifikoval nejake datatypy, ktere v te query resis. Ale neumime rict, jestli se vsechny ostatni pak chovaji "spravne" - tzn muzou defaultovat na to co o sobe opradvu rikaji
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.
Jo máš pravdu, float je OK.
Asi by teoreticky mohl bejt problém s novým data typem nebo pokud to snowflake změni.
Rád bych pak napsal test, který to bude porovnávat, ale asi až to celé doklepnu tak jako další udržovací task.
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.
jop -> https://keboolaglobal.slack.com/archives/C0553EM2RGX/p1737721669776799?thread_ts=1737718977.471229&cid=C0553EM2RGX
takze 👍