Skip to content
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 table stripe_subscription_item #39

Merged
merged 4 commits into from
Feb 10, 2025
Merged

Add table stripe_subscription_item #39

merged 4 commits into from
Feb 10, 2025

Conversation

judell
Copy link
Contributor

@judell judell commented Apr 5, 2024

Example query results

Results
> select * from stripe_charge
+-----------------------+-----------------------------+--------+-----------------+--------------------+---------------------+----------+---------------------------+----------+----------+---------------------------------------------+----------+--------------+----------->
| account_id            | id                          | amount | amount_refunded | authorization_code | balance_transaction | captured | created                   | currency | customer | description                                 | disputed | failure_code | failure_me>
+-----------------------+-----------------------------+--------+-----------------+--------------------+---------------------+----------+---------------------------+----------+----------+---------------------------------------------+----------+--------------+----------->
| acct_1JEx4TITDyDsbz2V | ch_3JRyItITDyDsbz2V0Ce6Sd0I | 100    | <null>          | <null>             | <null>              | false    | 2021-08-24T17:30:31+05:30 | usd      | <null>   | My First Test Charge (created for API docs) | false    | <null>       | <null>    >
|                       |                             |        |                 |                    |                     |          |                           |          |          |                                             |          |              |           >
+-----------------------+-----------------------------+--------+-----------------+--------------------+---------------------+----------+---------------------------+----------+----------+---------------------------------------------+----------+--------------+----------->

> select * from stripe_account
+-----------------------+-----------------------+--------+------------------+---------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
| account_id            | id                    | email  | business_profile | business_type | capabilities                                                                                                                                                                   >
+-----------------------+-----------------------+--------+------------------+---------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
| acct_1JEx4TITDyDsbz2V | acct_1JEx4TITDyDsbz2V | <null> | <null>           | <null>        | {"acss_debit_payments":"inactive","affirm_payments":"","afterpay_clearpay_payments":"inactive","au_becs_debit_payments":"","bacs_debit_payments":"","bancontact_payments":"inac>
+-----------------------+-----------------------+--------+------------------+---------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->

@misraved
Copy link
Contributor

@ParthaI could you please fix the merge conflicts in the PR?

Additionally I feel we need to expand the table docs with proper examples pertaining to the table usage.

@misraved misraved requested review from ParthaI and removed request for misraved and madhushreeray30 November 20, 2024 08:27
@ParthaI ParthaI force-pushed the add-subscription-item branch from 2359969 to e244b62 Compare November 25, 2024 10:13
@ParthaI ParthaI changed the title add subscription-item Add table stripe_subscription_item Nov 25, 2024
go.mod Outdated
github.com/stripe/stripe-go v70.15.0+incompatible
github.com/turbot/steampipe-plugin-sdk/v5 v5.10.4
github.com/stripe/stripe-go/v76 v76.0.0
github.com/turbot/steampipe-plugin-sdk/v5 v5.10.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ParthaI why did we downgrade the SDK version here?

@misraved
Copy link
Contributor

@ParthaI could you please add a few query results to the PR body?

@misraved misraved merged commit dd9c97f into main Feb 10, 2025
1 check passed
@misraved misraved deleted the add-subscription-item branch February 10, 2025 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants