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

Feature/gcp #841

Merged
merged 17 commits into from
Nov 13, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Merge develop branch
  • Loading branch information
williamjr committed Oct 28, 2019
commit e50c11ebc1acea8f60e88054a8cd02530228c9ab
4 changes: 4 additions & 0 deletions docs/changelog/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
0.8.3__develop
-----------------
* Add support for GCS store
* Fix a bug in data-docs' rendering of mostly parameter
* Correct wording for expect_column_proportion_of_unique_values_to_be_between
* Avoid use of unicode character in data-docs to skirt encoding issues


0.8.2
-----------------
Expand Down
1 change: 0 additions & 1 deletion tests/store/test_store_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ def test_FixedLengthTupleS3StoreBackend():

print(my_store.list_keys())
assert set(my_store.list_keys()) == {("AAA",), ("BBB",)}

assert set([s3_object_info['Key'] for s3_object_info in boto3.client('s3').list_objects(Bucket=bucket, Prefix=prefix)['Contents']])\
== set(['this_is_a_test_prefix/my_file_AAA', 'this_is_a_test_prefix/my_file_BBB'])

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.