Function mz_sql::pure::source_export_name_gen
source · fn source_export_name_gen(
source_name: &UnresolvedItemName,
subsource_name: &str,
) -> Result<UnresolvedItemName, PlanError>
Expand description
Generates a subsource name by prepending source schema name if present
For eg. if source is a.b
, then a
will be prepended to the subsource name
so that it’s generated in the same schema as source