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

Only count bad refs when moved table exists #23491

Merged
merged 12 commits into from
May 6, 2022

Commits on May 6, 2022

  1. Configuration menu
    Copy the full SHA
    84d1460 View commit details
    Browse the repository at this point in the history
  2. drop table if no rows copied

    dstandish authored and ashb committed May 6, 2022
    Configuration menu
    Copy the full SHA
    303a504 View commit details
    Browse the repository at this point in the history
  3. Update airflow/utils/db.py

    Co-authored-by: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com>
    2 people authored and ashb committed May 6, 2022
    Configuration menu
    Copy the full SHA
    894a20e View commit details
    Browse the repository at this point in the history
  4. Simpler/quicker delete query

    ashb committed May 6, 2022
    Configuration menu
    Copy the full SHA
    ac735cc View commit details
    Browse the repository at this point in the history
  5. fix bind

    dstandish authored and ashb committed May 6, 2022
    Configuration menu
    Copy the full SHA
    03eeec1 View commit details
    Browse the repository at this point in the history
  6. fix drop

    dstandish authored and ashb committed May 6, 2022
    Configuration menu
    Copy the full SHA
    fe7a615 View commit details
    Browse the repository at this point in the history
  7. add missing commit for MS Sql Server

    dstandish authored and ashb committed May 6, 2022
    Configuration menu
    Copy the full SHA
    e6332f3 View commit details
    Browse the repository at this point in the history
  8. use session.get_bind()

    dstandish authored and ashb committed May 6, 2022
    Configuration menu
    Copy the full SHA
    cfda78a View commit details
    Browse the repository at this point in the history
  9. add commit required by mysql

    dstandish authored and ashb committed May 6, 2022
    Configuration menu
    Copy the full SHA
    17d5e64 View commit details
    Browse the repository at this point in the history
  10. restore old delete logic for sqlite

    dstandish authored and ashb committed May 6, 2022
    Configuration menu
    Copy the full SHA
    62174dd View commit details
    Browse the repository at this point in the history
  11. commit at end

    Co-authored-by: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com>
    2 people authored and ashb committed May 6, 2022
    Configuration menu
    Copy the full SHA
    2c4849e View commit details
    Browse the repository at this point in the history
  12. Update airflow/utils/db.py

    jedcunningham authored and ashb committed May 6, 2022
    Configuration menu
    Copy the full SHA
    aa719bd View commit details
    Browse the repository at this point in the history