-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Fails Running on BigQuery with PARSE_JSON Error Message #363
Comments
Also, looking at one of the insert statements that failed on bigquery, this is at least one of the problem fields that seems to be causing an issue in the PARSE_JSON call: |
My company is getting this same error, also in version 2.4.2 of the package. It doesn't fail consistently, sometimes it'll error and then succeed in the very next run, but it does consistently error at least once a day for our 4 daily builds. |
It looks like there was an attempt previously to fix this issue here: #345 @jared-rimmer is it possible that there are still some corner cases around the fix you did that is causing this issue? |
bigquery requires floats to be convertable string->float-> string and produce the same string at the end. That's the "roundtrip". Randomly the created_at timestamp will trigger this error.
edit: This seems to have been fixed in some of the aaaand final edit, there's a PR on the way to fix it: #356 |
Overview
I'm trying to use dbt-artifacts on bigquery. Installed from scratch, running dbt run --select dbt_artifacts , I'm getting this error message:
How to reproduce
dbt deps
dbt run --select dbt_artifacts
Expected behaviour
dbt-artifacts would run successfully and upload results :)
Screenshots
(I deleted the URL after "Bigquery Adapter" from the screenshot)
Environment
Results of running
dbt --version
:Please paste the contents of your
packages.yml
file here:The text was updated successfully, but these errors were encountered: