DeepLcom / sql-mock

A Python library to test your SQL models using mocked input data
MIT License
34 stars 5 forks source link

Dbt integration #7

Closed Somtom closed 10 months ago

Somtom commented 1 year ago

Problem

Currently, you need to pass a query string to the from_mocks method. In the future, we should be able to abstract some of that work for dbt users and automatically pass a rendered query to the class.

Implementation ideas