andreahlert opened a new pull request, #63401: URL: https://github.com/apache/airflow/pull/63401
Introduces a new `apache-airflow-providers-stripe` provider for Apache Airflow, discussed on the dev mailing list at https://lists.apache.org/thread/r9fr6571w3ssx07bnd5lgc9m88r1xy3c **What's included:** - `StripeHook` backed by the official `stripe-python` SDK (`>=7.0.0`) - Automatic pagination via `auto_paging_iter()` — no memory blow-up on large result sets - `list_all()` and `retrieve()` convenience methods - `stripe` connection type with UI field behaviour (API key in the Password field) - Optional Stripe API version pinning via connection Extra field - 12 unit tests covering caching, pagination, error paths, and the four main resources (Customer, Subscription, Invoice, Event) - RST documentation and connection guide - `lifecycle: incubation` per AIP-95 --- ##### Was generative AI tooling used to co-author this PR? - [ ] Yes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
