Bragi Docs Help

SourceDataExists

Given a connection string, schema and name e.g. dbo.myTable returns whether or not this source table or view exists.

Task<Boolean> SourceDataExists(string connectionStringCode, string schema, string name);

Parameters

  • connectionStringCode: The Code of the Connection String as defined in the Bragi UI

  • schema: Schema e.g. "dbo"

  • name: Table or view name e.g. "myTable"

Returns

True if the source Table or View exists and Bragi has permission to it

15 September 2025