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

GTC-2663: Merge Dev into Staging #131

Merged
merged 1 commit into from
Jan 24, 2024
Merged

GTC-2663: Merge Dev into Staging #131

merged 1 commit into from
Jan 24, 2024

Conversation

gtempus
Copy link
Contributor

@gtempus gtempus commented Jan 23, 2024

… (#130)

  • feat(include attributes): get the fields from Data API

  • refactor: use aenum to store the aggregation rule close to the enum

  • refactor(SupportedAttributes): rename formal parameter to mention aggregation

Attributes enum from nasa_viirs was not appropriate for the generic vector tile endpoint

  • refactor: delete nasa viirs fire alerts attributes enum

No longer used. SupportedAttributes enum is now used.

  • refactor(data_api): make call to Data API async

  • test: disable a few tests that require some refactoring work before they are valuable again.

  • refactor(tile cache assets): remove fields from the SQL query.

We moved fields into the field_metadata table in the GTC-1347 Metadata epic: https://gfw.atlassian.net/browse/GTC-1347

Keeping it in the query only causes confusion.

  • refactor: remove unused get_attributes function

  • refactor(Attributes): tile cache type is no longer needed.

  • refactor(DataAPI): DRY up the two functions to remove duplication

  • docs: Minor update to include_attributes

  • fix(sync_db): ensure rows returned from tile cache query is iterable

…#130)

* feat(include attributes): get the fields from Data API

* refactor: use aenum to store the aggregation rule close to the enum

* refactor(SupportedAttributes): rename formal parameter to mention aggregation

Attributes enum from nasa_viirs was not appropriate for the generic vector tile endpoint

* refactor: delete nasa viirs fire alerts attributes enum

No longer used. SupportedAttributes enum is now used.

* refactor(data_api): make call to Data API async

* test: disable a few tests that require some refactoring work before they are valuable again.

* refactor(tile cache assets): remove `fields` from the SQL query.

We moved fields into the `field_metadata` table in the GTC-1347 Metadata epic:
https://gfw.atlassian.net/browse/GTC-1347

Keeping it in the query only causes confusion.

* refactor: remove unused `get_attributes` function

* refactor(Attributes): tile cache type is no longer needed.

* refactor(DataAPI): DRY up the two functions to remove duplication

* docs: Minor update to `include_attributes`

* fix(sync_db): ensure rows returned from tile cache query is iterable
@gtempus gtempus marked this pull request as ready for review January 23, 2024 21:57
@gtempus gtempus changed the title Merge Dev into Staging GTC-2663: Merge Dev into Staging Jan 23, 2024
@gtempus gtempus merged commit e2f8926 into staging Jan 24, 2024
3 of 4 checks passed
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