Josh Wills

Results 178 comments of Josh Wills

Closing this out as I believe the code was working the way dbt intended

@guenp wanted to clarify the issue with the glue plugin; one could still specify the necessary S3 info in the `settings`, right? But if you wanted to e.g. use the...

Ah so this wouldn't be backwards compatible, then-- folks would need to cut over to the new way. I'm assuming there's got to be a similar deprecation schedule for upstream...

Yes, I think; there would need to be a PR that modified this function to let you override more of the defaults using the `rendered_options` dictionary (like we do for...

Yeah snapshots require table mutations (i.e., `UPDATE` statements), which aren't supported for external materializations. Blob-store based `.duckdb` files are supported, but alas, they are read-only (the TL;DR here is that...

If you can copy the .duckdb file to a local FS, you can do all of these things to it and then write the resulting .duckdb file back out to...

Ah IIRC that was a bug that slipped in b/c we shouldn't have been supporting Python 3.8 with that release but did accidentally-- are you on Python 3.8 by any...

Hey @Soloniss, apologies for the lag here-- I tried to play with this a bit and I couldn't reproduce it locally, but then I promptly got busy with some non-DuckDB...

This is really cool @nicohein -- thanks for posting it! (And sorry for the lag here, been out on vacation for a bit!)