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

Refactor to enable support for optional JDBC parameters for all JDBC destinations #10421

Merged
merged 65 commits into from
Feb 28, 2022

Commits on Feb 17, 2022

  1. refactoring to allow testing

    girarda committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    16b0f10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79348de View commit details
    Browse the repository at this point in the history
  3. Update jdbc destinations

    girarda committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    4330d37 View commit details
    Browse the repository at this point in the history
  4. A little more generic

    girarda committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    92fbf81 View commit details
    Browse the repository at this point in the history
  5. reset to master

    girarda committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    3469826 View commit details
    Browse the repository at this point in the history
  6. reset to master

    girarda committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    66ea4f7 View commit details
    Browse the repository at this point in the history
  7. move to jdbcutils

    girarda committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    b9231bb View commit details
    Browse the repository at this point in the history
  8. Align when multiline

    girarda committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    ec56311 View commit details
    Browse the repository at this point in the history
  9. Align when multiline

    girarda committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    889aaf0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    316e419 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Configuration menu
    Copy the full SHA
    fd034af View commit details
    Browse the repository at this point in the history
  2. clean

    girarda committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    5e1bcfc View commit details
    Browse the repository at this point in the history
  3. Align when multiline

    girarda committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    5dd0591 View commit details
    Browse the repository at this point in the history
  4. return property map

    girarda committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    b69363d View commit details
    Browse the repository at this point in the history
  5. Add postgres tests

    girarda committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    6780ebd View commit details
    Browse the repository at this point in the history
  6. update clickhouse

    girarda committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    7e9a36f View commit details
    Browse the repository at this point in the history
  7. reformat

    girarda committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    6b19e90 View commit details
    Browse the repository at this point in the history
  8. reset

    girarda committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    8867342 View commit details
    Browse the repository at this point in the history
  9. reformat

    girarda committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    bea8d41 View commit details
    Browse the repository at this point in the history
  10. merge master

    girarda committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    078e89e View commit details
    Browse the repository at this point in the history
  11. fix test

    girarda committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    e090e7a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2d8bde6 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. merge

    girarda committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    af1af29 View commit details
    Browse the repository at this point in the history
  2. reformat

    girarda committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    585aed6 View commit details
    Browse the repository at this point in the history
  3. fix bug

    girarda committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    4ad590d View commit details
    Browse the repository at this point in the history
  4. Add mssql tests

    girarda committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    c014492 View commit details
    Browse the repository at this point in the history
  5. refactor test

    girarda committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    7255cf9 View commit details
    Browse the repository at this point in the history
  6. fix oracle destination test

    girarda committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    c3a3dca View commit details
    Browse the repository at this point in the history
  7. oracle tests

    girarda committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    909bf4d View commit details
    Browse the repository at this point in the history
  8. fix redshift acceptance test

    girarda committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    4dbb749 View commit details
    Browse the repository at this point in the history
  9. Pass string

    girarda committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    6978217 View commit details
    Browse the repository at this point in the history
  10. Revert "Pass string"

    This reverts commit 6978217.
    girarda committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    edae0a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Double deserialization

    girarda committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    ee8d752 View commit details
    Browse the repository at this point in the history
  2. Revert "Double deserialization"

    This reverts commit ee8d752.
    girarda committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    213f47a View commit details
    Browse the repository at this point in the history
  3. try updating json_operations

    girarda committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    c8022c2 View commit details
    Browse the repository at this point in the history
  4. Revert "try updating json_operations"

    This reverts commit c8022c2.
    girarda committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    c68fc92 View commit details
    Browse the repository at this point in the history
  5. json parse

    girarda committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    11a6725 View commit details
    Browse the repository at this point in the history
  6. Revert "json parse"

    This reverts commit 11a6725.
    girarda committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    8e6b34e View commit details
    Browse the repository at this point in the history
  7. Revert "Revert "Double deserialization""

    This reverts commit 213f47a.
    girarda committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    6682245 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Revert "Revert "Revert "Double deserialization"""

    This reverts commit 6682245.
    girarda committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    58d326f View commit details
    Browse the repository at this point in the history
  2. move to constant

    girarda committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    3b979fb View commit details
    Browse the repository at this point in the history
  3. Add comment

    girarda committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    f263e61 View commit details
    Browse the repository at this point in the history
  4. map can be constant

    girarda committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    e6ad48e View commit details
    Browse the repository at this point in the history
  5. Add comment

    girarda committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    cf9019e View commit details
    Browse the repository at this point in the history
  6. move map

    girarda committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    f894eb7 View commit details
    Browse the repository at this point in the history
  7. hide in method

    girarda committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    5daa1d0 View commit details
    Browse the repository at this point in the history
  8. no need to create new map

    girarda committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    68de5fd View commit details
    Browse the repository at this point in the history
  9. no need to create new map

    girarda committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    d0d5a38 View commit details
    Browse the repository at this point in the history
  10. no need to create new map

    girarda committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    99ce3af View commit details
    Browse the repository at this point in the history
  11. enably mysql test

    girarda committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    9c2bd15 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    12c5211 View commit details
    Browse the repository at this point in the history
  2. Update changelogs

    girarda committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    8b35091 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    girarda committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    39f8e0a View commit details
    Browse the repository at this point in the history
  4. update changelog

    girarda committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    9d9bf30 View commit details
    Browse the repository at this point in the history
  5. Bump versions

    girarda committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    73f6d52 View commit details
    Browse the repository at this point in the history
  6. bump version

    girarda committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    91b5ebe View commit details
    Browse the repository at this point in the history
  7. disable dbt support

    girarda committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    cf8128d View commit details
    Browse the repository at this point in the history
  8. update spec

    girarda committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    830d86a View commit details
    Browse the repository at this point in the history
  9. update other oracle tests

    girarda committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    9300bc2 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. update doc

    girarda committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    8150184 View commit details
    Browse the repository at this point in the history
  2. bump seed

    girarda committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    619d11f View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. Configuration menu
    Copy the full SHA
    9742cc7 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. fix source test

    girarda committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    6fe337a View commit details
    Browse the repository at this point in the history
  2. update seed spec file

    girarda committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    c3c0977 View commit details
    Browse the repository at this point in the history
  3. fix expected spec

    girarda committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    c327c0b View commit details
    Browse the repository at this point in the history