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 in plugins for the motherduck and postgres extensions #208

Merged
merged 2 commits into from
Jul 6, 2023

Conversation

jwills
Copy link
Collaborator

@jwills jwills commented Jul 6, 2023

Both of these extensions benefit from a bit of additional initialization logic that needs access to private (and thus profiles.yml-safe) config info.

  1. For postgres, we likely want to do a call postgres_attach operation that uses a dsn string that main contain secrets (e.g. passwords),
  2. For motherduck, we'll want to call pragma md_connect and possibly include the Motherduck token in the config (which again needs to be private.)

@jwills jwills merged commit 0ab1fe5 into master Jul 6, 2023
34 checks passed
@jwills jwills deleted the jwills_motherduck_and_postgres_plugins branch July 6, 2023 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant