-
Notifications
You must be signed in to change notification settings - Fork 119
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
Updates to support DBT 1.2 #98
Conversation
# Conflicts: # dbt/adapters/clickhouse/impl.py # dbt/adapters/clickhouse/relation.py # tests/conftest.py
Note that the cloud tests at this point seem to be failing intermittently because the RBAC functions like GRANT are not synchrous. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that the cloud tests at this point seem to be failing intermittently because the RBAC functions like GRANT are not synchrous.
How are we going to proceed with it? This PR configured
self._conn_settings['database_replicated_enforce_synchronous_settings'] = '1'
self._conn_settings['insert_quorum'] = '2'
If it doesn't help, we need to find a workaround or skip Cloud tests until we address the problem.
No description provided.