Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netbek/dbt_audit
https://github.com/netbek/dbt_audit
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/netbek/dbt_audit
- Owner: netbek
- License: apache-2.0
- Created: 2024-06-02T04:41:47.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T17:51:40.000Z (3 months ago)
- Last Synced: 2024-11-13T21:49:03.231Z (2 months ago)
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dbt_audit
Based on [dbt_artifacts](https://github.com/brooklyn-data/dbt_artifacts/tree/2.6.3) (Apache License 2.0) and [elementary](https://github.com/elementary-data/dbt-data-reliability/tree/0.15.2) (Apache License 2.0). Neither package is compatible with ClickHouse as at 2024-06-01.
## Installation
1. Add the package to your `packages.yml`:
```yaml
packages:
- package: https://github.com/netbek/dbt_audit
version: 0.1.9
```2. Configure the package in your `dbt_project.yml`:
```yaml
models:
dbt_audit:
+schema: dbt_auditvars:
dbt_audit_columns: [_dbt_run_id]
```3. Run `dbt deps` to install the package.
4. Create the tables:
```shell
dbt run -s tag:dbt_audit
```## License
Copyright (c) 2024 Hein Bekker. Licensed under the Apache License, version 2.