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

Make placeholder of DbApiHook configurable in UI #38528

Merged
merged 24 commits into from
Apr 6, 2024

Commits on Mar 27, 2024

  1. refactor: Moved placeholder property from OdbcHook class to parent Db…

    …ApiHook class so that the same logic can also be used with the JdbcHook
    davidblain-infrabel committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    347dbe9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0691eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22b8efe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    faf832b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e6daa9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b3e535 View commit details
    Browse the repository at this point in the history
  7. refactor: Default placeholder can be a class/static variable as it's …

    …only purpose is to define a default SQL placeholder, the actual placeholder will always be retrieved through the property
    davidblain-infrabel committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e9ad88a View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    a79de0b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feature/configure-jdbc-hook-placeholder

    # Conflicts:
    #	tests/providers/common/sql/hooks/test_sql.py
    davidblain-infrabel committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    089cdb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9957b5f View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    20cae13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fbc20f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    ebd6a7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28afc30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ab376c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    e2ae2b0 View commit details
    Browse the repository at this point in the history
  2. Update airflow/providers/common/sql/hooks/sql.py

    Co-authored-by: Elad Kalif <[email protected]>
    dabla and eladkal authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    aee9483 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27039ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4c50a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3dda46 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad3d898 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c329894 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c58dfe6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    05c3dec View commit details
    Browse the repository at this point in the history