Skip to content

Releases: lightdash/dbt2looker

v0.11.0

01 Dec 11:12
Compare
Choose a tag to compare

Added

  • support label and hidden fields (#49)
  • support non-aggregate measures (#41)
  • support bytes and bignumeric for bigquery (#75)
  • support for custom connection name on the cli (#78)

Changed

  • updated dependencies (#74)

Fixed

  • Types maps for redshift (#76)

Removed

  • Strict manifest validation (#77)

v0.9.2

11 Oct 08:24
Compare
Choose a tag to compare

Fixed

  • Bug in spark adapter

v0.9.1

07 Oct 15:35
f1ec134
Compare
Choose a tag to compare

Fixed

  • Fixed bug where dbt2looker would crash if a dbt project contained an empty model

Changed

  • When filtering models by tag, models that have no tag property will be ignored

v0.9.0

07 Oct 14:41
Compare
Choose a tag to compare

Added

  • Support for spark adapter (@chaimt)

Changed

  • Updated with support for dbt2looker (@chaimt)
  • Lookml views now populate their "sql_table_name" using the dbt relation name

v0.8.2

22 Sep 14:56
Compare
Choose a tag to compare

Changed

  • Measures with missing descriptions fall back to coloumn descriptions. If there is no column description it falls back to "{measure_type} of {column_name}".

v0.8.1

22 Sep 11:33
Compare
Choose a tag to compare

Added

  • Dimensions have an enabled flag that can be used to switch off generated dimensions for certain columns with enabled: false
  • Measures have been aliased with the following: measures,measure,metrics,metric

Changed

  • Updated dependencies

v0.8.0

09 Sep 20:43
Compare
Choose a tag to compare

Changed

  • Command line interface changed argument from --target to --target-dir

Added

  • Added the --project-dir flag to the command line interface to change the search directory for dbt_project.yml

v0.7.3

09 Sep 20:28
Compare
Choose a tag to compare

Added

  • cli supports a --version flag

v0.7.2

09 Sep 20:27
Compare
Choose a tag to compare

Added

  • Support for FLOAT64 in bigquery
  • Improved debugging statements for generated views

v0.7.1

27 Aug 13:00
Compare
Choose a tag to compare

Added

  • Use dbt2looker --output-dir /path/to/dir to customise the output directory of the generated lookml files

Fixed

  • Fixed error with reporting json validation errors
  • Fixed error in join syntax in example .yml file
  • Fixed development environment for python3.7 users