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

Fix/esa data ecosystem #33

Merged
merged 64 commits into from
Nov 13, 2023
Merged

Fix/esa data ecosystem #33

merged 64 commits into from
Nov 13, 2023

Conversation

sharkinsspatial
Copy link
Collaborator

What I am changing

A huge swath of functionality to support migration to the new Copernicus Data Ecosystem and the deprecation of the Inthub and Scihub APIs

How I did it

How you can test it

sharkinsspatial and others added 30 commits August 9, 2021 11:54
Running black (via `make format`) was failing because of an internal
error where the second formatting pass produced different results than
the first pass. Upgrading the relevant deps fixes the issue.  Added
formatting changes made by `make format` after fixing black error.

Also, upgraded `responses` dep in downloader to latest version from
version 0.12.1 because `responses.matchers` was added in version 0.14.0,
and the downloader tests now make use of `responses.matchers`.
- Add some missing types to improve type checking
- Fix some static typing warnings
- Fix some "possibly unbound" warnings
- Simplify DB session management
- Eliminate some unnecessry mock patching in unit tests
- Ignore layers/db/Pipfile (generated during unit testing)
  until migration away from pipenv is complete.
There are nearly 19K accepted tile IDs, so using a set instead of a list
makes containment tests much faster.
Replace custom date parsing logic with robust library that
properly handles the problematic date formats that the custom
logic was meant to address.
chuckwondo and others added 20 commits September 25, 2023 16:45
CDK doesn't appear to support rules triggering `CfnStateMachine`s, only
`StateMachines`. However, keeping `cdk/link-fetcher.asl.json` in place,
as CDK v2 does support supplying definition to `StateMachine` via file,
whereas CDK v1 does not (which is why using `CfnStateMachine` was tried).

This reverts commit b90c1f8.
The OpenSearch API had a breaking change.  In order to get a
response containing a non-null value for the totalResults
property, it is now necessary to include exactCount=1 as a
query parameter.  Previously, this was the default, but it
is no longer the default.
@chuckwondo chuckwondo merged commit d7d5ed8 into main Nov 13, 2023
3 checks passed
@chuckwondo chuckwondo deleted the fix/esa_data_ecosystem branch November 13, 2023 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants