For dev runs, we've configured Dbt to build the schema name using the local user ID. If you have a dash in your user name like I do (nshahquinn-wmf), this breaks because dashes can't be used in SQL identifiers.
Description
Description
Event Timeline
Comment Actions
@nshahquinn-wmf wow nice catch. You should feel free to fix stuff like this, I guess just do a replace - with _ in that jinja template there?