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

DM-32144: Suppress warnings for cartesian join #608

Merged
merged 1 commit into from
Nov 29, 2021
Merged

Commits on Nov 29, 2021

  1. Suppress warnings for cartesian join (DM-32144)

    Some queries involving user expression can generate cartesian join,
    it is harmless as it should normally be constrained to a single row in
    a joined table. Instead of trying to avoid cartesian joins we simply
    suppress sqlalchemy warnings for one type of query.
    andy-slac committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    7363b56 View commit details
    Browse the repository at this point in the history