Hello there!
I would like to ask if there is any possibility of extracting validation rules for specific dataset. For example through SQL view. If so could somebody help how to write sql code?
Thanks in advance
Hi @aliswadi,
do you mean to get the list of validation rules that apply to a specific dataSet? If so, you can extract them by using the web API. You can do a request such as /api/validationRules?dataSet=BfMAe6Itzgt
(setting your dataSet uid here instead).
1 Like
Thank you dear Victor
1 Like