-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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(teradata): LIMIT syntax #18240
fix(teradata): LIMIT syntax #18240
Conversation
updates to set_or_update_query_limit_top
adding apply_limit_to_sql and get_dbapi_mapped_exception
rebase for Teradata fixes for merge for 15930
rebase for issue 15930 and update to new Teradata driver
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
this looks like the one! |
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.
Approving based on #15930
Codecov Report
@@ Coverage Diff @@
## master #18240 +/- ##
==========================================
+ Coverage 66.04% 66.06% +0.02%
==========================================
Files 1591 1591
Lines 62398 62547 +149
Branches 6283 6283
==========================================
+ Hits 41210 41324 +114
- Misses 19567 19602 +35
Partials 1621 1621
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Co-authored-by: Mccush, Jack <jack.mccush@teradata.com> Co-authored-by: Jack McCush <33156805+mccushjack@users.noreply.github.com> Co-authored-by: Beto Dealmeida <roberto@dealmeida.net> Co-authored-by: David McNulla <david.mcnulla@teradata.com>
Co-authored-by: Mccush, Jack <jack.mccush@teradata.com> Co-authored-by: Jack McCush <33156805+mccushjack@users.noreply.github.com> Co-authored-by: Beto Dealmeida <roberto@dealmeida.net> Co-authored-by: David McNulla <david.mcnulla@teradata.com>
Co-authored-by: Mccush, Jack <jack.mccush@teradata.com> Co-authored-by: Jack McCush <33156805+mccushjack@users.noreply.github.com> Co-authored-by: Beto Dealmeida <roberto@dealmeida.net> Co-authored-by: David McNulla <david.mcnulla@teradata.com>
Hey, I'm still facing this error with the latest version of Superset. I've installed the sqlalchemy-teradata and the ODBC drivers. The connection seems to be working fine but this LIMIT keyword syntax error in SQL editor is still coming. |
This PR is a continuation of #15930, all of the context is there.