You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generic dbt tests seem difficult to support in dbt-ibis without being able to connect to the database directly. During compilation of Ibis to SQL, we don’t know the schema of the model to which the generic test will be applied to. Could pretend to know it as a table with only one column but what is the data type? In general, we would not have access to arguments (normal ones and additional ones) when compiling -> What is the value of them when compiling expression?
-> This probably needs to wait until there is a better plugin support in dbt
The text was updated successfully, but these errors were encountered:
Generic dbt tests seem difficult to support in dbt-ibis without being able to connect to the database directly. During compilation of Ibis to SQL, we don’t know the schema of the model to which the generic test will be applied to. Could pretend to know it as a table with only one column but what is the data type? In general, we would not have access to arguments (normal ones and additional ones) when compiling -> What is the value of them when compiling expression?
-> This probably needs to wait until there is a better plugin support in dbt
The text was updated successfully, but these errors were encountered: