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: create schema and table on add_sink #1036

Merged
merged 28 commits into from
Oct 19, 2022
Merged

fix: create schema and table on add_sink #1036

merged 28 commits into from
Oct 19, 2022

Commits on Oct 4, 2022

  1. start on schema and table creation on

    Ken Payne committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    c0917b0 View commit details
    Browse the repository at this point in the history
  2. linting

    Ken Payne committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    1af0a57 View commit details
    Browse the repository at this point in the history
  3. add default schema name

    Ken Payne committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    5e41500 View commit details
    Browse the repository at this point in the history
  4. add schema to table metadata

    Ken Payne committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    05ea897 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into kgpayne/issue1027

    Ken Payne committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    7bb0e70 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into kgpayne/issue1027

    Ken Payne committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    6281e7d View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' into kgpayne/issue1027

    Ken Payne committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    19b3ccb View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Merge branch 'main' into kgpayne/issue1027

    Ken Payne committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    6d7e156 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    059301e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e68c045 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Merge branch 'main' into kgpayne/issue1027

    Ken Payne committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    0347950 View commit details
    Browse the repository at this point in the history
  2. undo connection module

    Ken Payne committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    c7abd72 View commit details
    Browse the repository at this point in the history
  3. fix copy-paste formatting

    Ken Payne committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    c59bd5e View commit details
    Browse the repository at this point in the history
  4. fix test

    Ken Payne committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    7fd3bb1 View commit details
    Browse the repository at this point in the history
  5. more connector changes

    Ken Payne committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    615e5a6 View commit details
    Browse the repository at this point in the history
  6. fix docstring

    Ken Payne committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    4171a95 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' into kgpayne/issue1027

    Ken Payne committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    5bf574a View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. add schema creation test

    Ken Payne committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    b60ddca View commit details
    Browse the repository at this point in the history
  2. Merge branch 'kgpayne/issue1027' of github.com:meltano/sdk into kgpay…

    …ne/issue1027
    Ken Payne committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    1e28606 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into kgpayne/issue1027

    Ken Payne committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    b49ee49 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Merge branch 'main' into kgpayne/issue1027

    Ken Payne committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    3e92f07 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

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

Commits on Oct 18, 2022

  1. Merge branch 'main' into kgpayne/issue1027

    Ken Payne committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    6283762 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Merge branch 'main' into kgpayne/issue1027

    Ken Payne committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    b64a7e3 View commit details
    Browse the repository at this point in the history
  2. remove create_table_with_records method

    Ken Payne committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    d33b822 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'kgpayne/issue1027' of github.com:meltano/sdk into kgpay…

    …ne/issue1027
    Ken Payne committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    5233657 View commit details
    Browse the repository at this point in the history
  4. Update singer_sdk/sinks/sql.py

    Co-authored-by: Aaron ("AJ") Steers <aj@meltano.com>
    Ken Payne and aaronsteers committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    e3e3a30 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into kgpayne/issue1027

    Ken Payne committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    7139d08 View commit details
    Browse the repository at this point in the history