-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feature] Add Databricks support (#14)
Adds initial support for Databricks. Baked in an expectation that the user must be using an environment variable with an `env_var` call in their dbt profile, as opposed to a hard coded value. Will probably make this smarter at some point, but for now, I feel like a forcing function to push people to not store hard coded credentials is a good thing! The same expectation is echoed when writing a manually configured run to a `profiles.yml` file, the form asks you for an environment variable, _not_ a value, and it outputs as an environment variable with the name given being accessed through `env_var`.
- Loading branch information
Showing
14 changed files
with
336 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.