Skip to content
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: allow subquery in ad-hoc SQL #19242

Merged
merged 14 commits into from
Mar 18, 2022
Merged

Commits on Mar 17, 2022

  1. allow adhoc subquery

    Lily Kuang committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    94ffa42 View commit details
    Browse the repository at this point in the history
  2. add config for allow ad hoc subquery

    Lily Kuang committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    0dcfd1c View commit details
    Browse the repository at this point in the history
  3. default to true allow adhoc subquery

    Lily Kuang committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    61a13df View commit details
    Browse the repository at this point in the history
  4. fix test

    Lily Kuang committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    dfdca45 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/preset-io/superset into a…

    …llow-subquery
    Lily Kuang committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    6633f7f View commit details
    Browse the repository at this point in the history
  6. Update superset/errors.py

    Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
    Lily Kuang and betodealmeida authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    50eba95 View commit details
    Browse the repository at this point in the history
  7. Update superset/connectors/sqla/utils.py

    Co-authored-by: David Aaron Suddjian <1858430+suddjian@users.noreply.github.com>
    Lily Kuang and suddjian authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    0a0e343 View commit details
    Browse the repository at this point in the history
  8. rename and add doc string

    Lily Kuang committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    40781d8 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'allow-subquery' of https://github.com/preset-io/superset

    …into allow-subquery
    
    # Conflicts:
    #	superset/connectors/sqla/utils.py
    Lily Kuang committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    52ac357 View commit details
    Browse the repository at this point in the history
  10. fix for big query test

    Lily Kuang committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    42f08a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Update superset/connectors/sqla/utils.py

    Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
    Lily Kuang and betodealmeida authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    ea299c2 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
    Lily Kuang and betodealmeida authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    3e4e4c0 View commit details
    Browse the repository at this point in the history
  3. add test

    Lily Kuang committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    a0b16d7 View commit details
    Browse the repository at this point in the history
  4. update validate adhoc subquery

    Lily Kuang committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    16f5f3d View commit details
    Browse the repository at this point in the history