-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop using S3 Select in indexer (#4212)
Co-authored-by: Alexei Mochalov <nl_0@quiltdata.io>
- Loading branch information
1 parent
6d70cc8
commit 40db3b4
Showing
5 changed files
with
85 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!-- markdownlint-disable line-length --> | ||
# Changelog | ||
|
||
Changes are listed in reverse chronological order (newer entries at the top). | ||
The entry format is | ||
|
||
```markdown | ||
- [Verb] Change description ([#<PR-number>](https://github.com/quiltdata/quilt/pull/<PR-number>)) | ||
``` | ||
|
||
where verb is one of | ||
|
||
- Removed | ||
- Added | ||
- Fixed | ||
- Changed | ||
|
||
## Changes | ||
|
||
- [Changed] Stop using S3 select ([#4212](https://github.com/quiltdata/quilt/pull/4212)) | ||
- [Added] Bootstrap the change log ([#4212](https://github.com/quiltdata/quilt/pull/4212)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
[pytest] | ||
env = | ||
DUCKDB_SELECT_LAMBDA_ARN = "arn:aws:lambda:us-west-2:123456789012:function:select-lambda" | ||
log_cli = True | ||
# This is set above critical to prevent logger events from confusing output in CI | ||
log_level = 51 | ||
log_level = 51 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,5 @@ pluggy==0.9 | |
py==1.10.0 | ||
pytest==4.4.0 | ||
pytest-cov==2.6.1 | ||
pytest-env==0.6.2 | ||
responses==0.10.14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters