Skip to content

Releases: techindicium/dbt-bigquery-analytics

dbt-bigquery-analytics 1.5.0

11 Sep 17:07
968016d

Choose a tag to compare

What's Changed

  • Feature: testing README and configurations (#22) @laysabit

Full Changelog: 1.4.0...v1.5.0

dbt-bigquery-analytics 1.4.0

11 Sep 13:24
ac1896e

Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...v1.4.0

dbt-bigquery-analytics 1.3.0

10 Sep 19:27
05188ce

Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...v1.3.0

dbt-bigquery-analytics 1.2.0

10 Sep 16:45
773ad0a

Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...v1.2.0

dbt-bigquery-analytics 1.1.0

10 Sep 16:42
1776a73

Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...v1.1.0

dbt-bigquery-analytics 1.0.1

10 Sep 14:01
02cff57

Choose a tag to compare

What's Changed

  • FIx: It fixes the formula to calculate the cost per tib processed in BLR (#18) @cmagno-ind

Full Changelog: 1.0.0...v1.0.1

dbt-bigquery-analytics 1.0.0

06 Sep 18:49
16ecad0

Choose a tag to compare

What's Changed

  • Release/adds more information about bigquery jobs and allow more configurations (#17) @cmagno-ind

Full Changelog: 0.2.0...v1.0.0

dbt-bigquery-analytics 0.2.0

24 Jul 20:49
361c496

Choose a tag to compare

What's Changed

Full Changelog: 0.1.2...v0.2.0

Changing fact_bigquery_job_statistics left join to inner join

16 Jul 17:47
7b80764

Choose a tag to compare

The join for job_id key was changed to inner join instead of left join, as a proposed fix for duplicate metrics_sk and null query_fk due to the discrepancy in the number of job_ids between the CTE fact_query_metrics (which pulls from stg_bigquery_analytics_information_schema_jobs) and the dim_bigquery_query.

0.1.1: Merge pull request #11 from techindicium/feature/souce_modification

24 Jun 13:17
9ca023a

Choose a tag to compare