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 motherduck support for duckdb plugin #2680

Merged
merged 17 commits into from
Sep 3, 2024

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    6876d44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4911ce View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. change secret name and run make fmt

    Signed-off-by: Daniel Sola <daniel.sola@union.ai>
    dansola committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    8bcad3f View commit details
    Browse the repository at this point in the history
  2. change token name

    Signed-off-by: Daniel Sola <daniel.sola@union.ai>
    dansola committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    14e8c00 View commit details
    Browse the repository at this point in the history
  3. generalize to other duckdb providers

    Signed-off-by: Daniel Sola <daniel.sola@union.ai>
    dansola committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d0de008 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. merge master

    Signed-off-by: Daniel Sola <daniel.sola@union.ai>
    dansola committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    6d5f81e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. refactor for secret_requests

    Signed-off-by: Daniel Sola <daniel.sola@union.ai>
    dansola committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7e47ab0 View commit details
    Browse the repository at this point in the history
  2. add query to execution

    Signed-off-by: Daniel Sola <daniel.sola@union.ai>
    dansola committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    ff85ef9 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. add query to execution pt 2

    Signed-off-by: Daniel Sola <daniel.sola@union.ai>
    dansola committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7fa17af View commit details
    Browse the repository at this point in the history
  2. add query to execution pt 3

    Signed-off-by: Daniel Sola <daniel.sola@union.ai>
    dansola committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f581071 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. refactor for callable

    Signed-off-by: Daniel Sola <daniel.sola@union.ai>
    dansola committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a985f35 View commit details
    Browse the repository at this point in the history
  2. add tests

    Signed-off-by: Daniel Sola <daniel.sola@union.ai>
    dansola committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3cce81e View commit details
    Browse the repository at this point in the history
  3. add secret arg

    Signed-off-by: Daniel Sola <daniel.sola@union.ai>
    dansola committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    7fb7783 View commit details
    Browse the repository at this point in the history
  4. assert secret length

    Signed-off-by: Daniel Sola <daniel.sola@union.ai>
    dansola committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e000e33 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. move error message and add docstring

    Signed-off-by: Daniel Sola <daniel.sola@union.ai>
    dansola committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    daba654 View commit details
    Browse the repository at this point in the history
  2. fix unit test

    Signed-off-by: Daniel Sola <daniel.sola@union.ai>
    dansola committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    019aa86 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. allow for no token to be passed

    Signed-off-by: Daniel Sola <daniel.sola@union.ai>
    dansola committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d2d4098 View commit details
    Browse the repository at this point in the history