Open donatobarone opened 1 year ago
Any update?
the dbt docs may be using the get_catalog macro :
which has to be adapted too.
There are a few places where ilike seems to be used, so I guess for the nature of the optimisation it should be changed in all of those, or maybe creating a central function that wraps the logic and gets called in all the other macros.
Is there an existing issue for this?
Current Behavior
With a recent enhancement the TABLES statements have been modified to use = rather than ilike if the "dremio:exact_search_enabled": true is specified. https://github.com/dremio/dbt-dremio/issues/134 I am not sure if it was intended behaviour or not that is why marking it as a bug the dbt docs generate seems to be ignoring that and still fires requests with the ilike command.
Expected Behavior
Steps To Reproduce
Just running dbt docs generate should do
Environment
Relevant log output
No response