-
Notifications
You must be signed in to change notification settings - Fork 7
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
MotherDuck connection does not work #55
Comments
Thanks for the report, I will take a look. To be honest I was waiting for someone to give it a spin, as I haven't had the time to try it out properly yet. |
Thanks @MaxHalford -- Happy to help with testing, looking forward to adopting lea! |
@MaxHalford -- i've been able to fix this issue; is there anything i need to do/know before i open a pr? thank you! |
Good job! Well actually, it's a bit of a surprise, but I am completely rewriting the library to make it better. The interface will be the same, but the internals will be the same. I suggest that you make the pull request, and I'll take of integrating it. I hope that's ok 👍 |
thank you; this is okay! i'll open the pr later today 👍
on the rewrite, to confirm, did you mean the interface will be the same BUT the internals will be different? also, i'm happy to help with testing the duckdb/motherduck connectors :) |
Yes, my bad :) |
@MaxHalford - just curious, on rewriting lea, will you change how 'non-root' |
issue summary
lea's
prepare
andrun
commands fail to work properly with MotherDuck connections, but they work with standard DuckDB connections (for the same views).environment
observed behavior
schema creation (
lea prepare
)view creation (
lea run
)$ lea run --production [13:30:55] 1 out of 1 views selected runner.py:74 # view status duration cost 1 staging.raw_payments SUCCESS 0s Took 0s runner.py:74 ┏━━━━━━━━━┳━━━━━━━┓ ┃ status ┃ count ┃ ┡━━━━━━━━━╇━━━━━━━┩ │ SUCCESS │ 1 │ └─────────┴───────┘
Expected Behavior
additional information
The text was updated successfully, but these errors were encountered: