-
Notifications
You must be signed in to change notification settings - Fork 114
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
Running DBT on MacOS with dbt-clickhouse does not support renameat2() #340
Comments
Please run
|
Thanks @simpl1g for the response, here is a more detailed stack trace of the failed execution.
|
the rename2 message is just information. This is almost certainly an unrelated bug. Can you create a small reproducible example from your project? |
I don't understand why these messages don't print more details :(
Is there anything in the ClickHouse server logs that shows some DROP related exception? |
Hello @genzgd, good idea ! I got something like :
So I went to system.users and saw that my user had not the same rights as me. However, this is not normal to have such an error message that blurred the real problem. Is there a possibility to change this and make it more reliable ? I let you guys close the issue then 👍 |
Agreed that we should be catching that error and printing something more useful in the logs. We'll take a look. |
Super ! Thanks @genzgd ! |
Describe the bug
When running :
dbt run --target=clickhouse-dev --select=dbt_mart
on MacOS Sonoma 14.6.1 (MacBook Pro (13-inch, M1, 2020))With :
While the same code is running perfectly in Linux distributions.
Steps to reproduce
dbt run --target=my_profile --select=my_mart
Expected behaviour
A correct DBT materialization
Code examples, such as models or profile settings
profiles.yml
dbt and/or ClickHouse server logs
Configuration
Environment
ClickHouse server
The text was updated successfully, but these errors were encountered: