Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Support generic tests #42

Open
binste opened this issue Dec 8, 2023 · 0 comments
Open

Feature: Support generic tests #42

binste opened this issue Dec 8, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@binste
Copy link
Owner

binste commented Dec 8, 2023

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

@binste binste added the enhancement New feature or request label Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant