Best way to run a job/trigger on alter table SET ROW FILTER or SET MASK

ravi_kumar
New Contributor

I want to run SQL statements whenever we add ROW FILTER or MASK using ALTER TABLE command. 

https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-ddl-alter-table.html

https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-ddl-alter-table-manage-column.html...

I am new to databricks and I am trying to do it through a trigger job which can be created already and run automatically on the ALTER TABLE but I could not find a way to set a trigger on the alter table.

Can someone please help me what could be the best way to do this in databricks?