Today I was trying to set up a small Airflow project and thinking about connecting to DuckDB. Unfortunately, I can’t find it on the Providers Index.
Wonder if anyone knows how to set up it?
Thanks in advance!
Today I was trying to set up a small Airflow project and thinking about connecting to DuckDB. Unfortunately, I can’t find it on the Providers Index.
Wonder if anyone knows how to set up it?
Thanks in advance!
Hi @zkan!
There is a DuckDB provider on the Astronomer Registry if you find it helpful. It’s uses the Common SQL provider under the hood. Looks pretty straightforward to use the provided DuckDbHook
. The DuckDB provider docs have a nice example too.
Thanks a lot! @josh-fell