WarehouseDataExists
Given a schema and name e.g. dbo.myTable returns whether or not this warehouse table or view exists.
Task<Boolean> WarehouseDataExists(string schema, string name);
Parameters
schema: Schema e.g. "dbo"
name: Table or view name e.g. "myTable"
Returns
True if the Warehouse Table or View exists and Bragi has permission to it
15 September 2025