Best way to run a job/trigger on alter table SET ROW FILTER or SET MASK
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2024 04:02 PM
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
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?