Skip to content

Releases: cube-js/lkml2cube

v0.2.5

17 Jun 21:56
Compare
Choose a tag to compare

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 for views 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

13 Jun 03:15
Compare
Choose a tag to compare
  • Support view extends
  • fix tier dim type

Full Changelog: v0.2.3...v0.2.4

v0.2.3

13 Jun 03:14
Compare
Choose a tag to compare

Full Changelog: v0.2.2...v0.2.3

v0.2.2

10 Jun 23:52
Compare
Choose a tag to compare

Fix major issues with explores parsing.

v0.2.1

06 Nov 23:46
c6b6a46
Compare
Choose a tag to compare

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

18 Sep 16:47
667fff6
Compare
Choose a tag to compare

Release Notes:

  1. LookML Explores can be parsed now and converted into Cube Views.
  2. Added output directory parameter.
  3. Add parse-only parameter, it outputs the python representation of a Lookml Model

v.0.1.0

08 Aug 22:59
Compare
Choose a tag to compare

Initial Release.

  • cubes command.
  • parse only for cubes command.