Datafold's Virtual Hands-on Lab #5: explore automated dbt testing with open source data-diff

preview_player
Показать описание
We held a cool hands-on workshop on Thursday, July 6th, which ran through how to use our open source data-diff solution to visualize and quantify the difference between any two tables in a database, enabling users to automate testing in their dbt project. We also gave a sneak peak of our hot new VS Code extension!

Here's what we covered:
💻 Getting data-diff installed and integrated with your dbt project
🚀 How to run diffs and automate your testing
🙌 Troubleshooting, debugging, and some advanced features
⭐️ Previewing our VS Code extension

Join the dbt slack channel #tools-datafold to pose any questions or feedback.

Thank you 👋​​​​​
Рекомендации по теме
Комментарии
Автор

I am using dbt=1.2.4 which verison of data-diff should I install? Database is big query. When I used pip install data-diff google-cloid-bigquery -U, my dbt stopped working saying dependency resolver issue.some version are not compatible it seems. Could u pls give the steps of installing data-diff for dbt-core big query

DQube