-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
INFO: _get_default_value called with key "table", but it is not a known field in logs #10553
Comments
Hi there! Redshift isn’t a fully supported or tested data source in Great Expectations. This means that while it can work with SQLAlchemy, certain features or expectations, like We generate SQL queries to validate data against your expectations. If Redshift doesn’t fully support the type of SQL query being generated, that can cause the validation to fail. Redshift may not support certain functions or data operations that the expectation relies on. I’d recommend reviewing the SQL queries generated by the expectation to ensure they’re compatible with Redshift’s SQL dialect. You can enable SQL query logging in SQLAlchemy to see what’s being executed and compare it with Redshift’s SQL requirements. If there’s a mismatch, it may be necessary to adjust the Unfortunately, as Redshift isn't supported, I will be closing this issue. But I do encourage you to call on our community for assistance if the above tip I shared doesn't get you in the right direction. Thank you for reaching out! |
@adeola-ak nice but it doesn't relate to Redshift dialect. |
You have one class that inherits another. And in your child class you use validation that fails because of the structure of the parent class |
@adeola-ak the same with 1.2.2 version |
The way this issue was written is not easy to follow. @VolkovGeoPhy can you please refine so I can take another look at what is going on? Are you saying that anytime you use this expectation
You seem to have included code, docs, and errors all in one place. I will be able to escalate this when the issue description, steps to reproduce, and exception are clearer to follow. |
I am having the same issue with the logs, tried to suppress the logs with the standard lib Also there is nothing mentioned in the docs for a
|
Describe the bug
For instance I use this type of expectations. (or many other types)
class ExpectColumnValuesToMatchRegex(ColumnMapExpectation):
`class ColumnMapExpectation(BatchExpectation, ABC):
"""Base class for ColumnMapExpectations.
To Reproduce
Add expectation ExpectColumnValuesToMatchRegex
Expected behavior
Empty logs
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: