Releases: cube-js/lkml2cube
Releases · cube-js/lkml2cube
v0.2.5
Release Notes:
- Support for filters in lookml views, not supported in dimensions or measures yet.
- Support
hidden
property. - Fixed extends.
- New Output summary
- New
--use_explores_name
parameter forviews
command that uses the explore name for the cube view name. - Support for inline yaml text blocks for sql property in Cubes.
v0.2.4
- Support view extends
- fix tier dim type
Full Changelog: v0.2.3...v0.2.4
v0.2.3
Full Changelog: v0.2.2...v0.2.3
v0.2.2
Fix major issues with explores parsing.
v0.2.1
What's Changed
- Fix Cube not found in explores join path by @pacofvf in #6
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Release Notes:
- LookML Explores can be parsed now and converted into Cube Views.
- Added output directory parameter.
- Add parse-only parameter, it outputs the python representation of a Lookml Model
v.0.1.0
Initial Release.
-
cubes
command. - parse only for
cubes
command.