Josh Wills
Josh Wills
@markroddy do you have thoughts on how to config this, or does David's syntax look right to you? Anything else I would need to do?
I support setting the unsigned extensions option explicitly on startup via the (undocumented and poorly named) `config_options` setting on the profile: https://github.com/jwills/dbt-duckdb/blob/master/dbt/adapters/duckdb/environments/__init__.py#LL55C27-L55C27 ...to your point tho, downloading and installing the...
Hey @milicevica23 apologies for the lag here, I missed this go by in my email. My limited understanding of the issue is that it sounds like the `external` approach-- where...
Huh; the `path` in the `attach` statement doesn't match the `path` in the error and it's not totally obvious to me why-- will take a look.
ack, thank you @Mause! I swear I've made it work before, let me see if I can sort out how.
Ah appreciate that @NatElkins -- I wonder if it works if you use the `fsspec` stuff? So as to treat S3 like a filesystem as opposed to trying to use...
Yep, right there with you-- I cannot figure out how to get this to work right now. 😞
ack, gotcha-- no I don't make that metadata available to the `SourceConfig` class right now, we will need to add it in; sorry about that!
Ack, sorry for the lag here @Yacobolo, I was on the road and missed this going by. I would like to have a plugin that supported Delta akin to the...
Hey @milicevica23, thanks so much for taking a crack at this! The code as-written makes sense to me, but I have to be honest that I don't have a great...