Hello,
I am new to dbt.
created 2 models. 1 .sql and 1 .py.
use ref in .py model to reference .sql model.
I get the below error when I execute. Please help resolve the issue:
Runtime Error in model execute_sql (models\execute_sql.py)
Materialization “materialization_table_fabric” only supports languages [‘sql’]; got “python”
Thanks in advance.
Regards,
Debashish