logoalt Hacker News

mollifier14yesterday at 11:30 PM1 replyview on HN

I think we're still ways out until companies will blindly trust AI that the data they pulled is correct. If a data team member sees a dashboard or chart, their first questions is "Is the SQL below this chart correct?". The easier it is to see the SQL that pulled the data, the better.


Replies

thingsilearnedtoday at 2:08 AM

Exactly and that's why dbt Charts is a spec in YAML vs a python library. It ensures that the logic stays in SQL where its easy to test and trace.