The Wayback Machine - https://web.archive.org/web/20220623032833/https://github.com/topics/cube
Skip to content
#

cube

Here are 355 public repositories matching this topic...

cube.js
leogodin217
leogodin217 commented Sep 17, 2021

Describe the bug
Using a time dimension on a runningTotal measure on Snowflake mixes quoted and unquoted columns in the query. This fails the query, because Snowflake has specific rules about quoted columns. Specifically:

  • All unquoted column names are treated as upper case
  • Quoted column names are case sensitive.

So "date_from" <> date_from

To Reproduce
Steps to reproduce

bug help wanted good first issue
NBi

NBi is a testing framework (add-on to NUnit) for Business Intelligence and Data Access. The main goal of this framework is to let users create tests with a declarative approach based on an Xml syntax. By the means of NBi, you don't need to develop C# or Java code to specify your tests! Either, you don't need Visual Studio or Eclipse to compile your test suite. Just create an Xml file and let the framework interpret it and play your tests. The framework is designed as an add-on of NUnit but with the possibility to port it easily to other testing frameworks.

  • Updated Jun 22, 2022
  • C#

Improve this page

Add a description, image, and links to the cube topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cube topic, visit your repo's landing page and select "manage topics."

Learn more