Brian Waligorski
Brian Waligorski
@b-per FWIW, we upgraded to `0.11.0` this afternoon, and we're still encountering the `Syntax error: Unclosed string literal` errors in `base_node_columns` and `base_source_columns`. Essentially, we're observing the same behavior noted...
> Does it fail as well? It does fail: ``` $ dbt show --inline 'select {{ dbt_project_evaluator.wrap_string_with_quotes("ab\nc")}} ' 19:49:03 Running with dbt=1.7.10 19:49:04 Registered adapter: bigquery=1.7.7 19:49:06 Found 478 models,...
> can you do a `dbt clean` and `dbt deps` to check if the `dbt show` command would work? here's the full output of the three commands: ```sh $ dbt...
Ok, some progress here! Specifically, the change to the `dispatch` config resolved the issue. Note that I addressed your first two points before editing the `dispatch` config: >once all the...
Thanks for all the assistance, @b-per. FWIW, there's one additional instance of `bigquery__string_literal` in my `manifest.json` after making the change to `dispatch` (both nested under the `macros` key): ```json "macro.dbt.string_literal":...
> hey @waligob! nice to see you in a new repo :) > > can you confirm which schema version you're using? We're using the schema located at https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/1.7/dbt_yml_files-1.7.json