Hi Team,
How to manage Auth view access management via Dataform post operations section? I can add a code in javascript but that need to be run after the view creation has been completed. Once view is created grant auth view access to destination dataset,
As per my knowledge, post_operations is only for executing SQL commands. But how I can call JS function in this block?