Skip to content

Modify recaching Prefect flow to cache /indicators/cmip5 rather than /indicators/base#89

Open
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-77
Open

Modify recaching Prefect flow to cache /indicators/cmip5 rather than /indicators/base#89
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-77

Conversation

Copy link
Copy Markdown

Copilot AI commented Aug 26, 2025

This PR updates the recaching configuration to target the CMIP5 indicators endpoints instead of the base indicators endpoints.

Changes Made

Modified recache_api/luts.py to update the ncr_cached_urls dictionary:

  • Changed /indicators/base/point/ to /indicators/cmip5/point/
  • Changed /indicators/base/area/ to /indicators/cmip5/area/

Impact

The Prefect recaching flow will now cache data from the /indicators/cmip5/ API endpoints instead of /indicators/base/ endpoints. This affects both point (community) and area-based caching operations for indicator data.

Related Issues

Fixes #77.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copy link
Copy Markdown
Author

Copilot AI commented Aug 26, 2025

@brucecrevensten 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs.

I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review.

Co-authored-by: brucecrevensten <525049+brucecrevensten@users.noreply.github.com>
Copilot AI changed the title [WIP] Modify recaching Prefect flow to cache /indicators/cmip5 rather than /indicators/base Modify recaching Prefect flow to cache /indicators/cmip5 rather than /indicators/base Aug 26, 2025
Copilot AI requested a review from brucecrevensten August 26, 2025 21:58
@BobTorgerson BobTorgerson marked this pull request as ready for review November 20, 2025 19:27
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.

Modify recaching Prefect flow to cache /indicators/cmip5 rather than /indicators/base

2 participants