Skip to content
#

data-quality

Here are 144 public repositories matching this topic...

Aylr
Aylr commented Dec 28, 2020

Describe the bug
data docs columns shrink to 1 character width with long query

To Reproduce
Steps to reproduce the behavior:

  1. make a batch from a long query string
  2. run validation
  3. render result to data docs
  4. See screenshot
    <img width="1525" alt="Data_documentation_compiled_by_Great_Expectations" src="https://user-images.githubusercontent.com/928247/103230647-30eca500-4
lakeFS
johnnyaug
johnnyaug commented Oct 12, 2021

Steps to reproduce:

  1. From the UI, create a repository.
  2. Upload a file.
  3. From the uncommitted tab, commit the change.
  4. From the Objects tab, click the "branch: main" drop down.
  5. Click the arrow on the right.
  6. Select the first commit with the "Repository created" message.

Result: the "get started" screen appears.
Expected: screen should be empty, because this is a past commit.

mateuszklimek
mateuszklimek commented Nov 3, 2021

What dbt macro you would like to have

  • filter

What macro should be doing

Return data which is duplicated in a given dataset.h
You should be able to pass list with fields which needs to be the same to consider data duplicates:
eg. ['first_name', 'last_name']

You should be able to do the following:

select * from {{ re_data.duplicates( ref('source_table'), ['first_nam
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 Oct 6, 2021
  • C#

Improve this page

Add a description, image, and links to the data-quality 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 data-quality topic, visit your repo's landing page and select "manage topics."

Learn more