This is my model in DBT which is configured with pre and post hooks which referance a macro to insert and update the audit table. my macro this is the first time i’m using this macro and I see the following error. Answer Your macro’s definition has too much whitespace in the braces that define the jinja block: Needs to
Tag: dbt
Can the results of dbt test be converted to report
I am using DBT (data build tool) as an ETL tool for data analytics . The command dbt test Resuts in the test cases being pass/fail on the output terminal but need to export this result into JSON/HTML/XML format for reporting. Any help in this regard ? Answer If you are executing this on an UNIX shell like Mac or