Skip to content

Releases: data-mie/dbt-profiler

dbt-profiler 0.1.5

21 Oct 08:01
ffdb9ba
Compare
Choose a tag to compare
  • Add database argument to print_profile, print_profile_schema and print_profile_schema macros
  • Fix macro_namespace arg is now used instead of deprecated packages arg in adapter.dispatch
  • Upgrade required dbt version to >=0.19.2

dbt-profiler 0.1.4

09 Oct 06:15
3698c16
Compare
Choose a tag to compare

Fix get_profile macro now throws an exception if relation does not exist or not authorized.

dbt-profiler 0.1.3

06 Oct 08:36
e36bab0
Compare
Choose a tag to compare

Update README

dbt-profiler 0.1.2

31 May 07:25
1fac79a
Compare
Choose a tag to compare

Add BigQuery support and cross database macros

dbt-profiler 0.1.1

19 May 14:05
9fe2c65
Compare
Choose a tag to compare
  • 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

14 May 07:34
a9a8346
Compare
Choose a tag to compare

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.