You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose adding support for the DuckDB database engine in the fivetran/stripe package. DuckDB is an in-memory analytical database that is gaining popularity due to its speed and efficiency.
However, when trying to use the fivetran/stripe package with the dbt-duckdb adapter, I encountered an error related to the + operator not being supported for adding an interval to a string in DuckDB, similar to Postgres.
Describe alternatives you've considered
No response
Are you interested in contributing this feature?
Yes.
Yes, but I will need assistance and will schedule time during your office hours for guidance.
Hey Eric, thanks for reaching out about this and we're glad that you are finding value out of Stripe data.
Considering that your organization uses DuckDB it definitely makes sense that you would like destination support there. Since Fivetran currently does not support DuckDB as a database we would not make this change ourself, however if you are open to creating a PR for the addition our team would happily review it and include the update in our package.
I noticed you are interested in coming to our office hours however I do not that you scheduled any time with us yet. If you would like some assistance with creating the PR, you can schedule time for office hours using this link.
Is there an existing feature request for this?
Describe the Feature
I propose adding support for the DuckDB database engine in the
fivetran/stripe
package. DuckDB is an in-memory analytical database that is gaining popularity due to its speed and efficiency.However, when trying to use the
fivetran/stripe
package with thedbt-duckdb
adapter, I encountered an error related to the+
operator not being supported for adding an interval to a string in DuckDB, similar to Postgres.Describe alternatives you've considered
No response
Are you interested in contributing this feature?
Anything else?
https://github.com/jwills/dbt-duckdb
The text was updated successfully, but these errors were encountered: