Releases: data-mie/dbt-profiler
Releases · data-mie/dbt-profiler
dbt-profiler 0.1.5
- Add
database
argument toprint_profile
,print_profile_schema
andprint_profile_schema
macros - Fix
macro_namespace
arg is now used instead of deprecatedpackages
arg inadapter.dispatch
- Upgrade required dbt version to
>=0.19.2
dbt-profiler 0.1.4
Fix get_profile
macro now throws an exception if relation does not exist or not authorized.
dbt-profiler 0.1.3
Update README
dbt-profiler 0.1.2
Add BigQuery support and cross database macros
dbt-profiler 0.1.1
- Add print_profile docs macro
- Document macro argument defaults in README
- Fix column name matching issues by changing column names to lower case in get_profile macro.
dbt-profiler 0.1.0
Initial release of dbt-profiler
that implements the print_profile
, print_profile_schema
and get_profile
macros. At this point, Integration tests are implemented only for get_profile
.