Recent and upcoming changes to dbt2looker
Support for dbt 1.x
Support for dbt <1.x
- Fix name of models and view to add lkml suffix
- Bug in spark adapter
- Fixed bug where dbt2looker would crash if a dbt project contained an empty model
- When filtering models by tag, models that have no tag property will be ignored
- Support for spark adapter (@chaimt)
- Updated with support for dbt2looker (@chaimt)
- Lookml views now populate their "sql_table_name" using the dbt relation name
- Measures with missing descriptions fall back to coloumn descriptions. If there is no column description it falls back to "{measure_type} of {column_name}".
- Dimensions have an
enabled
flag that can be used to switch off generated dimensions for certain columns withenabled: false
- Measures have been aliased with the following:
measures,measure,metrics,metric
- Updated dependencies
- Command line interface changed argument from
--target
to--target-dir
- Added the
--project-dir
flag to the command line interface to change the search directory fordbt_project.yml