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
Use the table_meta decorator to pass a path to the dbt model or its name / ref.
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
table_meta
decorator to pass a path to the dbt model or its name / ref.