Assign table modes and filters to source database tables
Getting the current table modes and filters for a workspace
Setting table modes and filters for a workspace
{
"schema": "public",
"table": "transactions",
"tableMode": "Masked",
"filterClause": "date > '2022-05-02'"
}Setting the same table mode for multiple tables
Last updated
Was this helpful?