You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On MacOS and our Kubernetes Cluster everything works fine. Uploads are looking good and everything runs smoothly. And Windows it is a different story.
All models starting with an "u" are causing an error in the "upload models", even when my colleagues are startung models that aren't beginning with an u. Curiosly this error only occurs on windows machines after installing this prerelease.
11:21:17 11:21:17 1 of 1 START table model historical archive.test_model 11:21:19 1 of 1 OK created table model historical archive.test_model 11:21:19 11:21:19 Running 1 on-run-end hook 11:21:19 Uploading model executions 11:21:20 Uploading seed executions 11:21:20 Uploading snapshot executions 11:21:20 Uploading test executions 11:21:20 Uploading exposures 11:21:20 Uploading models 11:21:21 Uploading seeds 11:21:22 Uploading snapshots 11:21:22 Database error while running on-run-end 11:21:23 Encountered an error: Database Error 001831 (42601): SQL compilation error: error line 2,047 at position 16 Invalid unicode escape sequence "\u'; should be exactly 4 digits
This is from the snowflake history of a colleague using windows.
Dear @NiallRees
I came across a very werid error, so please forgive me if I explain it a bit too complicated.
I integrated your 1.0.0b prerelease in our companys dbt project.
Run Versions:
dbt version: 1.1.0
python version: 3.9.13
- git: https://github.com/brooklyn-data/dbt_artifacts.git revision: 1.0.0b1
On MacOS and our Kubernetes Cluster everything works fine. Uploads are looking good and everything runs smoothly. And Windows it is a different story.
All models starting with an "u" are causing an error in the "upload models", even when my colleagues are startung models that aren't beginning with an u. Curiosly this error only occurs on windows machines after installing this prerelease.
11:21:17
11:21:17 1 of 1 START table model historical archive.test_model
11:21:19 1 of 1 OK created table model historical archive.test_model
11:21:19
11:21:19 Running 1 on-run-end hook
11:21:19 Uploading model executions
11:21:20 Uploading seed executions
11:21:20 Uploading snapshot executions
11:21:20 Uploading test executions
11:21:20 Uploading exposures
11:21:20 Uploading models
11:21:21 Uploading seeds
11:21:22 Uploading snapshots
11:21:22 Database error while running on-run-end
11:21:23 Encountered an error:
Database Error
001831 (42601): SQL compilation error:
error line 2,047 at position 16
Invalid unicode escape sequence
"\u'; should be exactly 4 digits
This is from the snowflake history of a colleague using windows.
'["model.edwdbt.cdscustomercreatedstn", "model. edw dbt. cdscustomercreated stn"]',
'dbt_projectname'
models\core integration\unsubscribe.sql
'hash_value'
'table'
And we can narrow it down to the modelname because in my history, when I (macOS) run a model the node line looks like this:
'models/core_integration/unsubscribe.sql',
Thank you very much and
regards
Daniel
The text was updated successfully, but these errors were encountered: