airbytehq / airbyte

The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.
https://airbyte.com
Other
16.07k stars 4.11k forks source link

[source-stripe] Missing coupon.applies_to field #31287

Open JasonGluck opened 1 year ago

JasonGluck commented 1 year ago

Connector Name

source-stripe

Connector Version

4.4.0

What step the error happened?

None

Relevant information

Coupon object is missing the applies_to field.

Relevant log output

No response

Contribute

davydov-d commented 1 year ago

note: in version 2022-11-15 of the Stripe API which we are using, this field is not included by default:

Contains information about what this coupon applies to. This field is not included by default. To include it in the response, [expand](https://stripe.com/docs/api/expanding_objects) the applies_to field.

We don't have it neither in response, nor in the schema. Therefore it's more a feature request

dramirez-bluon commented 6 months ago

Is there a timeline on this?? Cannot migrate from GCP CDF into Airbyte because I get incomplete data from the airbyte connector :'c

maxi297 commented 5 months ago

This is much more complicated that it seems at first. The explanation is described in this issue. Given this constraint, it would only be possible to have the field in full refresh. We were checking our competitors and could not see those fields as well. We are not aware of GCP CDF though. @dramirez-bluon can you provide more information as to how this is performed in GCP CDF? Do they support incremental syncs?