Max Zheng
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 8
Activity overview
Latest activity by Max Zheng-
Max Zheng created a post,
Connector Improvement: Add pending invoice item fields to Stripe Subscription table
These keys are returned by the Stripe Subscription API but missing in the existing connector. It would be great to add these. 1. pending_invoice_item_interval 2. next_pending_invoice_item_invoice ...
-
Max Zheng created a post,
Connector Improvement: Ingest state_reason field for Github Issue table
Not plannedGithub's Issue API has a state_reason that provides the reason for why an issue is closed. Can we add that field? Thx! /repos/{owner}/{repo}/issues/{issue_number} "state_reason": { "description"...
-
Max Zheng commented,
When leads are converted to deals, they no longer show up in lead history, which means a new lead that converts before the daily sync would never get sync'ed and therefore looks like a row is missi...
-
Max Zheng created a post,
Connector Improvement: Lever is missing "sourced by" for opportunity
AnsweredAn opportunity has a "sourced by" field along with a list of sources. Fivetran ingests the sources into opportunity_source, however the "sourced by" user/field is missing in opportunity.
-
Max Zheng created a post,
Connector Improvement: Stripe payment method is missing card country field
For payment_method (or payment_method_card), it has billing country but it is missing the card country field. This is available on card table as "country" so it would be great if this can be implem...
-
Max Zheng commented,
We also need this, so it would be great if this can be prioritized. Here is a bit more detail from the API call on the field that is missing: curl -G https://api.stripe.com/v1/payment_methods -d c...
-
Max Zheng created a post,
Connector Improvement: Ingest fields in the same order as Google Sheets
When using Google Drive connector, ingested Google Sheets doesnt seem to have the same column order. It would be better if they are ingested in the same column order as the sheets.
-
Max Zheng created a post,
Connector Improvement: Stripe customer is missing next_invoice_sequence
AnsweredFor Stripe customer table, the next_invoice_sequence is missing. Can you add? Here is the doc for the field in Stripe: https://stripe.com/docs/api/customers/object#customer_object-next_invoice_sequ...