o-nikolas commented on PR #73301: URL: https://github.com/apache/airflow/pull/73301#issuecomment-5732317485
> I would have expected this to be an S3 option/dep on the duckdb hook and not be in the AWS provider. Hey @ashb, this was already mentioned in the DISCUSS thread (which many people have plus one'd). Many many services can connect with DuckDB, we cannot have the vendor neutral Hook support all of them. Both from a neutrality standpoint (CC @eladkal) and also the shear number of lines of code, it would be a mess. It is quite reasonable for provider packages that are interested in having a specific DuckDB operator to be free to add one. Also, you can still use any of those services with the vendor neutral hook if you'd like to configure them with DuckDB primitives yourself without the convenience of a provider like this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
