An Azure service for ingesting, preparing, and transforming data at scale.
Hi @Waylon ,
Thank you for posting query in Microsoft Q&A Platform.
error:
The parameters and expression cannot be resolved for schema operations. Error Message: {
"message": "ErrorCode=InvalidTemplate, ErrorMessage=The expression 'pipeline().parameters.PAR_CONFIG.source.datasetProperties.AKVSecret' cannot be evaluated because property 'source' cannot be selected. Property selection is not supported on values of type 'String'
I was able to repro above error in the case when we declared parameter as string type but passing json object as value to it or when we are passing json data as string not as object into object type of parameter.
I believe either of these cases might be root cause in your case. Kindly check parameter types and data types which we are passing into parameter.
Hope this helps. If not, then kindly share more details on implementation where you are passing values to parameters along with parameter types in screenshots. That helps to understand your specific case better.
-------------------
Please consider hitting Accept Answer button. Accepted answers help community as well.
and upvote
for the same. And, if you have any further query do let us know.