https://github.com/zaphar/dbt-nix
A nix flake for running dbt-core
https://github.com/zaphar/dbt-nix
Last synced: over 1 year ago
JSON representation
A nix flake for running dbt-core
- Host: GitHub
- URL: https://github.com/zaphar/dbt-nix
- Owner: zaphar
- Created: 2022-04-03T21:45:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T14:53:10.000Z (about 4 years ago)
- Last Synced: 2025-01-22T23:13:26.533Z (over 1 year ago)
- Language: Nix
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A nix flake for working with dbt
## Usage
You can get a development shell with the `nix shell` command.
```sh
nix shell github:zaphar/dbt-nix#dbt-core github:zaphar/dbt-nix#dbt-redshift
dbt --version
```
## Flake outputs
* packages.`${system}`.dbt-core - the dbt-core cli
* packages.`${system}`.dbt-redshift - the dbt-redshift plugin (also includes dbt-postgres)
* packages.`${system}`.dbt-postgres - the dbt-postgres plugin