As we continue to work with various data formats, we recognize the importance of supporting YAML files in our data querying capabilities. Currently, the plugin only supports JSON files using JSONPath. We propose an enhancement to our existing data querying task to support YAML files using a YAMLPath expression language.
ring this project to fruition.
by: Mahdi S. | 13 days ago | Integrations
Comments
Could you please confirm whether you are referring to the GitLab Query Data task or another task?
Could you also explain how you are using the existing task - specifically, what inputs you are passing and what output you expect to return?
Hello,
Yes, I am referring to the GitLab Query Data task. Currently, I am using this task to query JSON data from our GitLab repository. I pass the following inputs: GitLab Server, API Key, and a JSON Path expression. I expect the task to return the corresponding data values based on the JSON Path expression. I would like to enhance this task to support YAML files using a YAMLPath expression language, so I can query YAML data in a similar way.