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 for Sorting and Upserts #153

Merged
merged 15 commits into from
Jan 17, 2023
Merged

Fix for Sorting and Upserts #153

merged 15 commits into from
Jan 17, 2023

Conversation

bitner
Copy link
Collaborator

@bitner bitner commented Jan 9, 2023

  • Fix for issue with sorting (Malformed query when using multiple sort fields and token #152 )
  • Fix for Upserts using items_staging_upsert table or upsert_item function.
  • Add ability to merge enum, min, and max from queryables where collections have different values.
  • Add tooling in pypgstac and pgstac to add stac_extension definitions to the database.
  • Modify missing_queryables function to try to use stac_extension definitions to populate queryable definitions from the stac_extension schemas.
  • Add validate_constraints procedure
  • Add analyze_items procedure
  • Add check_pgstac_functions function

@bitner bitner requested a review from mmcfarland January 9, 2023 20:57
@bitner
Copy link
Collaborator Author

bitner commented Jan 9, 2023

Hmm, I can't duplicate the black error locally that is failing in the tests (on a file that was not updated).

@mmcfarland
Copy link
Collaborator

Not sure why, but it looks like the CI script is installing a 23.* version of black instead of the pinned version. Might be easiest to just update the version of black, run /format and commit.

@bitner bitner requested a review from mmcfarland January 12, 2023 18:29
@bitner bitner merged commit 4aba080 into main Jan 17, 2023
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