def generate_data_source_sql()

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


def generate_data_source_sql(
    config_collection: "ConfigCollection",
    data_source: str,
    platform: str,
    where: Optional[str] = None,
    select_fields: bool = True,
    ignore_joins: bool = False,