I’m new to dbt and am in the process of manually creating .sql files from Snowflake. I’m using notepad and ctrl-H to change references from snowflake syntax to dbt, and it occurred to me that I can probably build something in Alteryx to automate this process. I’m wondering if dbt has a readable database which might make things smoother? For instance, I want to read in a sources.yml file so I can compare to my snowflake objects to see what needs to be added. While I can copy the .yml and read it into Alteryx or whatever tool, it would be slick if I can just hit the back-end of dbt for this and other things I think of as I learn the ropes. We have a massive amount of views to transform and I want to automate as much as possible, this should be pretty straightforward. Any thoughts or advice? Thanks!