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

remove destination_server and add datasource #1108

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from

Conversation

CarsonDavis
Copy link
Collaborator

Changelog - Environmental Justice API

2024-11-23

Changed

  • Renamed field destination_server to data_source
  • Updated data values:
    • 'prod' → 'spreadsheet'
    • 'dev' → 'ml_production'
    • 'test' → 'ml_testing'
  • Modified default API behavior to return combined data from 'spreadsheet' and 'ml_production' sources
  • Added new 'combined' filter option to explicitly request merged data

API Changes

  • Query parameter changed from destination_server to data_source
  • New valid values for data_source:
    • spreadsheet
    • ml_production
    • ml_testing
    • combined (or no parameter)
  • When using combined data:
    • Records from 'spreadsheet' take precedence over 'ml_production' for matching datasets
    • All unique records from both sources are included

@CarsonDavis CarsonDavis linked an issue Nov 23, 2024 that may be closed by this pull request
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.

EJ: Integrate Original Spreadsheet Data with CMR Records in API
2 participants