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 the code in the connections module into the credentials and environments modules #123

Merged
merged 2 commits into from
Mar 23, 2023

Conversation

jwills
Copy link
Collaborator

@jwills jwills commented Mar 22, 2023

I'm starting to experiment with the idea of connecting to a DuckDB database running in a remote process (e.g., using https://github.com/jwills/buenavista ) and realized that I would need a mechanism to handle certain bits of functionality that are currently done locally (e.g., loading a fsspec filesystem or executing a Python model) by sending code/instructions to the remote process.

To lay the foundation for this work, I'm refactoring the connections module (which has become a bit overloaded with code tbh) into a credentials module (for, well, the credentials) and an environments module that will allow me to define different kinds of execution environments for a particular dbt-duckdb run.

@jwills jwills merged commit 20cdaf7 into master Mar 23, 2023
@jwills jwills deleted the jwills_remote_envs branch March 23, 2023 17:17
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.

1 participant