-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dbt-dlt package for Stripe #348
Conversation
Hey @joellabes, @dbeatty10 👋 |
Hi @dat-a-man, None of the packages you have opened PRs for contain licences. Could you please add a licence file as linked above? |
Hey @joellabes, |
Thanks - all merged now! If you ever wind up adding a bunch of packages at once in future, could you do them in one PR (assuming the checklist answers are the same across the board)? Just spent a bunch of time babysitting merge conflicts 😅 |
Thank you so much, @joellabes! Could you please tell why I can't see them in the packages on the site? |
OKay Thanks! :)) |
Description
This dlt-dbt-stripe package offers data models to help you transform and analyze data from stripe.com . It's designed to integrate seamlessly with the dlt Stripe pipeline, which extracts and loads your Stripe data into your data warehouse.
Link to your package's repository:
https://github.com/dlt-hub/dlt-dbt-stripe
Checklist
This checklist is a cut down version of the best practices that we have identified as the package hub has grown. Although meeting these checklist items is not a prerequisite to being added to the Hub, we have found that packages which don't conform provide a worse user experience.
First run experience
Customisability
Packages for data transformation (delete if not relevant):
Dependencies
Dependencies on dbt Core
require-dbt-version
range indbt_project.yml
. Example: A package which depends on functionality added in dbt Core 1.2 should set itsrequire-dbt-version
property to[">=1.2.0", "<2.0.0"]
.Dependencies on other packages defined in packages.yml:
Interoperability
{{ dbt.except() }}
and{{ dbt.type_string() }}
. ( No macros used )users
.Versioning