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
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days.
Although we are closing this issue as stale, it's not gone forever. Issues can be reopened if there is renewed community interest. Just add a comment to notify the maintainers.
Describe the bug
Function compare_all_columns does not work on Presto.
Steps to reproduce
Create test in Presto environment:
Models to test (same query for each one):
Screenshots and log output
line 29:7: mismatched input 'with'. Expecting: '(', 'SELECT', 'TABLE', 'VALUES'
System information
Which database are you using dbt with?
The output of
dbt --version
:dbt-labs/audit_helper version: 0.9.0
Additional context
line 45-51,
WITH main as((WITH
double parenthesis followed by WITH does not seem to be allowed.It works with one parenthesis.
Are you interested in contributing the fix?
I am going to suggest a PR
The text was updated successfully, but these errors were encountered: