You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/04/24 08:03:35 UTC

[GitHub] [incubator-superset] vnnw opened a new pull request #9643: Cast raw 'fetch_values_predicate' to Sqlalchemy Text

vnnw opened a new pull request #9643:
URL: https://github.com/apache/incubator-superset/pull/9643


   Issue https://github.com/apache/incubator-superset/issues/9642
   
   ### CATEGORY
   
   Choose one
   
   - [ x] Bug Fix
   - [ ] Enhancement (new features, refinement)
   - [ ] Refactor
   - [ ] Add tests
   - [ ] Build / Development Environment
   - [ ] Documentation
   
   ### SUMMARY
   Cast raw 'fetch_values_predicate' as Sqlalchemy Text to avoid raising exception: sqlalchemy.exc.ArgumentError: Textual SQL expression.
   
   ### TEST PLAN
   Manual test.
   
   ### ADDITIONAL INFORMATION
   <!--- Check any relevant boxes with "x" -->
   <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
   - [ ] Has associated issue:
   - [ ] Changes UI
   - [ ] Requires DB Migration.
   - [ ] Confirm DB Migration upgrade and downgrade tested.
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   
   ### REVIEWERS
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] villebro commented on pull request #9643: Cast raw 'fetch_values_predicate' to Sqlalchemy Text

Posted by GitBox <gi...@apache.org>.
villebro commented on pull request #9643:
URL: https://github.com/apache/incubator-superset/pull/9643#issuecomment-618895155


   Reproduced error and confirmed that this fixes the bug.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org