Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netbek/dbt_peerdb
https://github.com/netbek/dbt_peerdb
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/netbek/dbt_peerdb
- Owner: netbek
- License: apache-2.0
- Created: 2024-10-22T05:37:49.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T09:44:54.000Z (3 months ago)
- Last Synced: 2024-10-24T23:32:48.305Z (3 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dbt_peerdb
## Installation
1. Add the package to your `packages.yml`:
```yaml
packages:
- package: https://github.com/netbek/dbt_peerdb
version: 0.0.5
```2. Configure the package in your `dbt_project.yml`:
```yaml
vars:
dbt_peerdb_columns: [_peerdb_synced_at, _peerdb_is_deleted, _peerdb_version]
```3. Run `dbt deps` to install the package.
## License
Copyright (c) 2024 Hein Bekker. Licensed under the Apache License, version 2.