Workflow run failing due to missing pc-sub-key
secret key in notebooks
#173
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
known issues
Issues acknowledged by the team but still pending
local cluster
Issues encountered in local cluster
next-release-fix
Issues with a fix planned for the next release
notebooks
Issues encountered while running the notebooks
workflows
Issues encountered when running workflows
In which step did you encounter the bug?
Notebook execution
Are you using a local or a remote (AKS) FarmVibes.AI cluster?
Local cluster
Bug description
When instantiating workflow runs in a few of the notebooks, we explicitly assign the
pc_key
parameter to fetch the Planetary Computer key from the cluster's key vault (with@SECRET(eywa-secrets, pc-sub-key)
). This is causing the workflow run to fail if the secretpc-sub-key
is not defined.This happens in the
forest_change_detection
notebook:Steps to reproduce the problem
Run the forest change detection notebook.
The text was updated successfully, but these errors were encountered: