Permissions required: bb.databases.getSchema
Filter is used to filter databases returned in the list. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec
Supported filter:
For example: schema == "schema-a" table == "table-a" schema == "schema-a" && table == "table-a" The filter used for a specific schema object such as "schemas/schema-a/tables/table-a". The column masking level will only be returned when a table filter is used.
OK
DatabaseMetadata is the metadata for databases.
Permissions required: bb.databases.getSchema
Filter is used to filter databases returned in the list. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec
Supported filter:
For example: schema == "schema-a" table == "table-a" schema == "schema-a" && table == "table-a" The filter used for a specific schema object such as "schemas/schema-a/tables/table-a". The column masking level will only be returned when a table filter is used.
OK
DatabaseMetadata is the metadata for databases.