Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

great-expectations v0.9.7 #40

Merged
merged 7 commits into from
Mar 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 12 additions & 15 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 11 additions & 15 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '2.7'
- 3.6.* *_cpython
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.6'
- 3.7.* *_cpython
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.7'
- 3.8.* *_cpython
12 changes: 0 additions & 12 deletions .ci_support/linux_python3.8.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '2.7'
- 3.6.* *_cpython
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.6'
- 3.7.* *_cpython
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.7'
- 3.8.* *_cpython
16 changes: 0 additions & 16 deletions .ci_support/osx_python3.8.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '2.7'
- 3.6.* *_cpython
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.6'
- 3.7.* *_cpython
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.7'
- 3.8.* *_cpython
10 changes: 0 additions & 10 deletions .ci_support/win_python3.8.yaml

This file was deleted.

57 changes: 18 additions & 39 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "great-expectations" %}
{% set version = "0.8.8" %}
{% set sha256 = "de620b511fd49d104eeb2b6e0d022f383a946db652109ca8e91a73c37d39bfd6" %}
{% set version = "0.9.7" %}
{% set sha256 = "48ebae13e48f5848a07ed67c5053895c42212e3b3467dca0f9817dbb153a7e52" %}

package:
name: {{ name|lower }}
Expand Down Expand Up @@ -39,10 +39,12 @@ requirements:
- click >=7.0
- termcolor >=1.1.0
- tzlocal >=1.2
- pypandoc >=1.4
- mistune >=0.8.4
- future >=0.16
- jinja2 >=2.10
- marshmallow >=2.0,<3.0
- marshmallow >3.0
- autopep8 >=1.4.4
- black ==19.10b0
run_constrained:
- sqlalchemy >=1.2
- pyspark >=2.3.2
Expand All @@ -56,7 +58,7 @@ about:
license: Apache-2.0
license_family: Apache
license_file: LICENSE
summary: 'Always know what to expect from your data.'
summary: Always know what to expect from your data.

description: |
Great Expectations helps teams save time and promote analytic integrity
Expand Down