-
Notifications
You must be signed in to change notification settings - Fork 34
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
[Bug] Issue with stripe source on dbt run #31
Comments
Hi @shaon-chowdhury thanks so much for opening this issue 👋 If you do not have the vars:
using_subscriptions: False Let me know if you have any other questions! |
@fivetran-joemarkiewicz thanks for your help! Still confused as to why Fivetran does not export the subscription table but I'll reach out to their support |
Of course, happy to help! When I have seen tables like this not being synced in the past it is usually because there isn't any data available from the endpoint. However, if you have the other subscriptions tables then I would wonder why the base table isn't being synced either. Reaching out to support would be the best next step. Thanks! |
Looking at the ERD here, it looks like the I've been running into the error as @shaon-chowdhury. Is there a way using this package that I can remap I just started using dbt today so I apologize if I'm missing something obvious. |
Hi @rhinck you can in fact remap the package to point at the ##dbt_project.yml
vars:
subscription: "database.schema.subscription_history" Likewise, if you would like to create your own source file that includes the Further, this is being discussed in more detail within this PR. I hope to have a more permanent solution in place once this PR is merged. |
Is there an existing issue for this?
Describe the issue
When I try to
dbt run
for the first time, I get the following error because the stripe subscription table does not exist.In my database, Fivetran does not export a table named
subscription
but instead the following tables.Is there an easy fix for this?
Relevant error log or model output
No response
Expected behavior
This should either look for a table with another name or build properly.
dbt Project configurations
Using the latest dbt version as of 28th March and have only installed the stripe package.
Package versions
What database are you using dbt with?
postgres
dbt Version
dbt installed version: 1.0.4
Additional Context
No response
Are you willing to open a PR to help address this issue?
The text was updated successfully, but these errors were encountered: