The Wayback Machine - https://web.archive.org/web/20201108122358/https://github.com/topics/data-engineering
Skip to content
#

data-engineering

Here are 587 public repositories matching this topic...

incubator-superset
hughhhh
hughhhh commented Nov 5, 2020

Screenshot

N/A

Description

Right now whenever users search for queries they are case sensitive. We should remove this to allow users to put in term with any cases

Design input

[describe any input/collaboration you'd like from designers, and
tag accordingly. For design review, add the
label design:review. If this includes a design proposal,
include the label `design:suggest

amraf1002
amraf1002 commented Oct 29, 2020

We are trying to use GE with GCP DataProc clusters. While cluster creation we are installing great-expectations==0.12.4. This installs ruamel.yaml==0.15.35 as dependency. After cluster creation if we try to import great_expectations we get error:

Traceback (most recent call last):
File "", line 1, in
File "/opt/conda/default/lib/python3.6/site-packages/great_expectations/_

davidradl
davidradl commented Jun 26, 2020

In SubjectAreaRESTServicesInstance, it hard codes the default page size as 0, this is not correct

public static final String PAGE_SIZE_DEFAULT_VALUE = "0";
it should be changed to
public static final String PAGE_SIZE_DEFAULT_VALUE = "1000";

So it is consistent with OMAGServerConfig default
private static final int defaultMaxPageSize = 1000;

Improve this page

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

Learn more

You can’t perform that action at this time.