DbsProjection

dbs_classes.DbsProjection(self, database: IDatabase)

Methods

Name Description
check_higher_level_usage Check if a projection is used in a scenario.

check_higher_level_usage

dbs_classes.DbsProjection.check_higher_level_usage(name: str)

Check if a projection is used in a scenario.

Parameters

name : str

name of the projection to be checked

Returns

: list[str]

list of scenarios that use the projection

Back to top