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
Seems the invocation_args_dict has changed so that the json parsing failes here:
'{{ tojson(invocation_args_dict) | replace('\', '\\') }}', {# invocation_args #}
Let me know if there is anything I can do to help, this is a great package!
How to reproduce
upgrade dbt-databricks to 1.5.0 or above
run any dbt command using dbt-artifacts on-run-end
Expected behaviour
To the command to succeed with invocations data uploaded
Hi @henrikamnas thanks for raising (and sharing your ❤️ for our package).
We are prioritising support for 1.5 now, so will be looking into this asap. The same issue has also been reported in #296 . I am hoping it will be a simple fix to do, but I can't promise on timelines at the moment I'm afraid.
Hi @henrikamnas . Thanks for your patience whilst we resolved this. We have just published a release 2.4.0 which should resolve this issue. Please feel free to reopen it though if you find it doesn't solve it.
Overview
Seems the invocation_args_dict has changed so that the json parsing failes here:
'{{ tojson(invocation_args_dict) | replace('\', '\\') }}', {# invocation_args #}
Let me know if there is anything I can do to help, this is a great package!
How to reproduce
Expected behaviour
To the command to succeed with invocations data uploaded
Screenshots
Environment
Results of running
dbt --version
:# Add the results here
packages:
version: 2.3.0
The text was updated successfully, but these errors were encountered: