Transformations: DBT Custom Transformations should use DBT "build" instead of "run+test"
Hello,
It looks like Fivetran is still using the separate "run" and "test" commands DBT provides to deploy and then test models.
DBT has moved on and provide a single command that does both together which is faster and more robust. It's: "dbt build --select model_name".
Using this new method would mean you don't have two separate rows in the dbt custom transformation run history and the single status would give you the outcome.
-
Thanks for flagging this! It is on our roadmap to update– likely next quarter.
Please sign in to leave a comment.
Comments
1 comment