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
PR for these issues:
#137
Hi! We used your package in our company for unit testing in DBT and we had some issues.
PR for these issues:
#137