def get_data_source_sql()

in lib/metric-config-parser/metric_config_parser/config.py [0:0]


    def get_data_source_sql(
        self,
        data_source: str,
        platform: str,
        where: Optional[str] = None,
        select_fields: bool = True,
        ignore_joins: bool = False,