Replies: 2 comments 4 replies
-
I was able to find a way out by using a post-hook that execute a macro like:
And in my dbt_project.yml: |
Beta Was this translation helpful? Give feedback.
1 reply
-
Ack I'm so sorry I missed this @glefloch -- I'm better at keeping track of issues than discussions-- will remedy that. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a small DBT project that read from a complex json and write some aggregated data in a JSON file.
The goal is to be able to use this in a web app.
The produced JSON contains one object per line but they are not embedded in an array.
In the DuckDB, it's possible to set the
array=true
flag in thecopy
command options.How can this be done in DBT config ?
I'm willing to contribute if needed :)
Beta Was this translation helpful? Give feedback.
All reactions