Struggling with DBT compliance transformations on EC2 for visualization tools

Has anyone had success deploying the compliance transformations while working with dbt on an EC2 instance? And then successfully integrating it with a visualization tool? I’m hitting some walls while following the documentation provided via CloudQuery.

Hi @oriented-penguin - Happy to help get over those barriers! Also, I would love to understand where the documentation is lacking so we can better help you and others!

The documentation lacks information on where to put the models and macros folders. I found that you can just place those folders in the same location as the profile and project YAML files.

Glad you got it sorted out. I will pass that feedback along to the team.
If you have any other questions or issues, let me know!

Now the compliance says to run debug and run, but the asset inventory suggests a compile. Should you not be able to do compile on any of the transformation add-ons?

Following my steps of just syncing all the macros to a macro directory in the same location that the YAMLs are in, when trying a compile on a model it fails. I was going through each macro till it completed but just decided to copy them all.

I could be my lack of understanding of dbt, but does it not require all of the macros to run all the models? And you can call out a specific model but just need the associated macros.