-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
fix: revert fix(presto preview): re-enable schema previsualization for Trino/Presto table/schemas" #28613
Conversation
…ino/Pres…" This reverts commit afdf038.
Feel free to revert, obviously! However I believe that the initial state was buggy in itself (at least that's what we experienced). If you can, could you add the values of the following variables?
If somehow something changed in the types exposed by the |
@brouberol during testing I saw values of the form (santized):
The TL;DR is—per the well named |
…r Trino/Presto table/schemas" (apache#28613)
…r Trino/Presto table/schemas" (apache#28613)
…r Trino/Presto table/schemas" (apache#28613)
SUMMARY
This PR reverts #26782 which was merged last week. Regrettably said logic seems to be problematic and throws a error:
given that
col_type_name
isn't a string but rather a SQLAlchemy SQL type representing the column type—as denoted by thecolumn_type_by_name
mapping.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
CI.
ADDITIONAL INFORMATION
cc: @brouberol