Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

added support for expression and assert#74

Open
HermansSven wants to merge 1 commit into
looker-open-source:mainfrom
devoteamgcloud:main
Open

added support for expression and assert#74
HermansSven wants to merge 1 commit into
looker-open-source:mainfrom
devoteamgcloud:main

Conversation

@HermansSven
Copy link
Copy Markdown

This Pull Request provides a fix for the following issue:

Right now, the initialization of the Looker Project fails:
proj = lookml.Project(path=project_path, )

This is because I have the following test:

test: airport_traffic_2020_aggregates {
  explore_source: airport_traffic {
      column: count {}
      filters: {
        field: airport_traffic.date_year
        value: "2020"
      }
  }
  assert: assert_count {
    expression: ${airport_traffic.count} = 8052 ;;
  }
}

This pull requests adds the support for the assert and expression keywords.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant