dbs_classes.dbs_projection.DbsProjection

dbs_classes.dbs_projection.DbsProjection(self, database)

Methods

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

check_higher_level_usage

dbs_classes.dbs_projection.DbsProjection.check_higher_level_usage(name)

Check if a projection is used in a scenario.

Parameters

Name Type Description Default
name str name of the projection to be checked required

Returns

Name Type Description
list[str] list of scenarios that use the projection
Back to top