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
Hi! We used your package in our company for unit testing in DBT and we had some issues.
Getting column names from query sometimes not work in our case, so we can need to get it from source.yaml table description. I added union of those ways.
For clickhouse join is not working so we need to point out join algorithm and I added it under the conditional with adapter type. I guess it is not best practice to add such cases in code, and if you don't agree with such change, can you offer something better?
In different databases you have only schema and no database name in table path, so node.database can be empty and I handle this case.
Count is popular word and it can be a field in initial query, so we need to use more specific name
Hi! We used your package in our company for unit testing in DBT and we had some issues.
PR for these issues:
#137
The text was updated successfully, but these errors were encountered: