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

Add encoder/decoder in structureDataset for snowflake. #1811

Closed
wants to merge 16 commits into from

Commits on Sep 27, 2023

  1. Add encoder/decoder in structureDataset for snowflake.

    Signed-off-by: HH <hhcs9527@gmail.com>
    hhcs9527 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    c9665b9 View commit details
    Browse the repository at this point in the history
  2. add unit-test for snowflake structure dataset encoder/decoder

    Signed-off-by: HH <hhcs9527@gmail.com>
    hhcs9527 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    3789dfa View commit details
    Browse the repository at this point in the history
  3. add unit-test for snowflake structure dataset encoder/decoder

    Signed-off-by: HH <hhcs9527@gmail.com>
    hhcs9527 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    153a6b4 View commit details
    Browse the repository at this point in the history
  4. let lazy_import_transformers force load the snowflake-connector

    Signed-off-by: HH <hhcs9527@gmail.com>
    hhcs9527 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    953c5a3 View commit details
    Browse the repository at this point in the history
  5. add mock get_private_key for unit-test

    Signed-off-by: HH <hhcs9527@gmail.com>
    hhcs9527 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    d41f7df View commit details
    Browse the repository at this point in the history
  6. add snowflake-connector-python in dev-requirements.in

    Signed-off-by: HH <hhcs9527@gmail.com>
    hhcs9527 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    b8cba87 View commit details
    Browse the repository at this point in the history
  7. replace get_secrets_file with get

    Signed-off-by: HH <hhcs9527@gmail.com>
    hhcs9527 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    8346fb9 View commit details
    Browse the repository at this point in the history
  8. fix small bugs in get private key

    Signed-off-by: HH <hhcs9527@gmail.com>
    hhcs9527 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    62f9170 View commit details
    Browse the repository at this point in the history
  9. fix the suggestions

    Signed-off-by: HH <hhcs9527@gmail.com>
    hhcs9527 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    a6858c0 View commit details
    Browse the repository at this point in the history
  10. fix the typo

    Signed-off-by: HH <hhcs9527@gmail.com>
    hhcs9527 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    ba3d2fc View commit details
    Browse the repository at this point in the history
  11. add extentsion

    Signed-off-by: HH <hhcs9527@gmail.com>
    hhcs9527 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1b99e90 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. add additional protocol to support multiple protocol

    Signed-off-by: HH <hhcs9527@gmail.com>
    hhcs9527 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    3af4488 View commit details
    Browse the repository at this point in the history
  2. fix lint

    Signed-off-by: HH <hhcs9527@gmail.com>
    hhcs9527 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    f4a3c3b View commit details
    Browse the repository at this point in the history
  3. fix uri in test

    Signed-off-by: HH <hhcs9527@gmail.com>
    hhcs9527 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    d64cd7a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. test .pem error

    Signed-off-by: HH <hhcs9527@gmail.com>
    hhcs9527 committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    0cdf9f6 View commit details
    Browse the repository at this point in the history
  2. test .pem error

    Signed-off-by: HH <hhcs9527@gmail.com>
    hhcs9527 committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    0b47872 View commit details
    Browse the repository at this point in the history