Skip to content

fix: operations pathExist query

Rashaad Gray requested to merge slb/rg/fix-operations-path-not-found into master

Type of change

  • Bug Fix
  • Feature
  • Pipeline
  • Test
  • Documentation

Does this introduce a change in the core logic?

  • No
  • Yes

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Anthos
  • Azure
  • GCP
  • IBM

Does this follow conventional commits spec?

  • No
  • Yes

Have you set the target Milestone?

  • No
  • Yes

Have you set the no-detached-pipeline label?

  • No
  • Yes

Updates description?

The operations endpoint performs actions on datasets within a specified path recursively. MR fixes issue where 'path not found' error message is returned when there is no dataset at the root '/' path, but datasets are in the sub paths.

Merge request reports