You can translate the question and the replies:

vql to re-order the denodo rules setting

Hi team, we have new rules setting, and it has some conflicts of existing rules, but new rules should be the 1st priority, do you know after create new rules, how to use vql to make the new rules is before the existing old rules. It will be helpful for us. we need to run vql and auto deployment of this rules order adjustment operation. Thank you.
user
12-07-2023 05:23:35 -0400
code

1 Answer

Hi, You can use ALTER RESOURCE_MANAGER RULES ORDER = <1st_rule>,<second_rule>,...<last_rule> If your rule names include whitespaces you have to put the names into "" quotation marks. Example: ALTER RESOURCE_MANAGER RULES ORDER = "rule name one", rule_name_two Hope this helps!
Denodo Team
12-07-2023 07:52:05 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here