The problem I’m having
I’d like to be able to implement some html functionality within the generated dbt docs. I found this post on the dbt website, but couldn’t get much/any of the elements to work (I’m assuming it is restricted to dbt cloud?).
The context of why I’m trying to do this
I’m working on filling out a lot of our documentation, and I’m looking to add/utilize some functionality that would be helpful for our analysts that use the data daily, such as:
- Wide table with a few rows as a data sample
- Right now, if there are too many columns, the table extends past the
About
block in the docs
- Right now, if there are too many columns, the table extends past the
- Include tabs with SQL queries that would help users with some simple EDA
What I’ve already tried
- Directly including html tags → these get parsed directly as plain text