Lesen aus Stripe-Entitäten
Voraussetzungen
-
Ein Stripe-Objekt, aus dem Sie lesen möchten.
Unterstützte Entitäten
| Entität | Kann gefiltert werden | Unterstützt Limit | Unterstützt „Sortieren nach“ | Unterstützt „* auswählen“ | Unterstützt Partitionierung |
|---|---|---|---|---|---|
| Balance | Nein | Nein | Nein | Ja | Nein |
| Ausgleichstransaktionen | Ja | Ja | Nein | Ja | Ja |
| Gebühren | Ja | Ja | Nein | Ja | Ja |
| Streitfälle | Ja | Ja | Nein | Ja | Ja |
| Datei-Links | Ja | Ja | Nein | Ja | Ja |
| PaymentIntents | Ja | Ja | Nein | Ja | Ja |
| SetupIntents | Ja | Ja | Nein | Ja | Ja |
| Auszahlungen | Ja | Ja | Nein | Ja | Ja |
| Erstattungen | Ja | Ja | Nein | Ja | Ja |
| Produkte | Ja | Ja | Nein | Ja | Ja |
| Preise | Ja | Ja | Nein | Ja | Ja |
| Coupons | Ja | Ja | Nein | Ja | Ja |
| Angebotscodes | Ja | Ja | Nein | Ja | Ja |
| Steuercodes | Nein | Ja | Nein | Ja | Nein |
| Steuersätze | Ja | Ja | Nein | Ja | Ja |
| Versandkosten | Ja | Ja | Nein | Ja | Ja |
| Sitzungen | Ja | Ja | Nein | Ja | Ja |
| Gutschriften | Ja | Ja | Nein | Ja | Ja |
| Customer | Ja | Ja | Nein | Ja | Ja |
| Rechnungen | Ja | Ja | Nein | Ja | Ja |
| Rechnungspositionen | Ja | Ja | Nein | Ja | Nein |
| Pläne | Ja | Ja | Nein | Ja | Ja |
| Angebote | Ja | Ja | Nein | Ja | Nein |
| Subscriptions (Abonnements) | Ja | Ja | Nein | Ja | |
| Abonnementartikel | Nein | Ja | Nein | Ja | Nein |
| Abonnementpläne | Ja | Ja | Nein | Ja | Ja |
| Konten | Nein | Ja | Nein | Ja | Ja |
| Anwendungsgebühren | Ja | Ja | Nein | Ja | Ja |
| Länderspezifikationen | Nein | Ja | Nein | Ja | Nein |
| Weiterleitungen | Ja | Ja | Nein | Ja | Ja |
| Vorzeitige Betrugswarnungen | Ja | Ja | Nein | Ja | Ja |
| Berichtstypen | Nein | Nein | Nein | Ja | Nein |
Beispiel
stripe_read = glueContext.create_dynamic_frame.from_options( connection_type="stripe", connection_options={ "connectionName": "connectionName", "ENTITY_NAME": "coupons", "API_VERSION": "v1" } )
Stripe-Entität und Felddetails
| Entität | Feld | Datentyp | Unterstützte Operatoren |
|---|---|---|---|
| Balance | |||
| available | Auflisten | ||
| connect_reserved | Auflisten | ||
| ausstehend | Auflisten | ||
| livemode | Boolesch | ||
| object | String | ||
| instant_available | Auflisten | ||
| issuing | Struct | ||
| Ausgleichstransaktionen | |||
| id | String | ||
| object | String | ||
| Betrag | Ganzzahl | ||
| available_on | DateTime | =, >=, <=,<,> | |
| created | DateTime | =, >=, <=,<,> | |
| currency | String | ||
| description | String | ||
| exchange_rate | BigDecimal | ||
| fee | Ganzzahl | ||
| fee_details | Auflisten | ||
| net | Ganzzahl | ||
| reporting_category | String | ||
| Quelle | String | = | |
| Status | String | ||
| Typ | String | = | |
| cross_border_classification | String | ||
| Gebühren | |||
| id | String | ||
| object | String | ||
| Betrag | Ganzzahl | =, <, > | |
| amount_captured | Ganzzahl | ||
| amount_refunded | Ganzzahl | ||
| Anwendung | String | ||
| application_fee | String | ||
| application_fee_amount | Ganzzahl | ||
| balance_transaction | String | ||
| billing_details | Struct | ||
| calculated_statement_descriptor | String | ||
| captured | Boolesch | ||
| created | DateTime | =, >=, <=,<,> | |
| currency | String | ||
| customer | String | = | |
| description | String | ||
| Ziel | String | ||
| dispute | String | ||
| disputed | Boolesch | = | |
| failure_balance_transaction | String | ||
| failure_code | String | ||
| failure_message | String | ||
| fraud_details | Struct | ||
| Rechnung | String | ||
| livemode | Boolesch | ||
| Metadaten | Struct | ||
| on_behalf_of | String | ||
| order | String | ||
| outcome | Struct | ||
| paid | Boolesch | ||
| payment_intent | String | = | |
| payment_method | String | ||
| payment_method_details | Struct | ||
| receipt_email | String | ||
| receipt_number | String | ||
| receipt_url | String | ||
| refunded | Boolesch | = | |
| refunds | Struct | ||
| review | String | ||
| shipping | Struct | ||
| Quelle | Struct | ||
| source_transfer | String | ||
| statement_descriptor | String | ||
| statement_descriptor_suffix | String | ||
| Status | String | ||
| Übertragung | String | ||
| transfer_data | Struct | ||
| transfer_group | String | = | |
| Streitfälle | |||
| id | String | ||
| object | String | ||
| Betrag | Ganzzahl | =, <, > | |
| balance_transaction | String | ||
| balance_transactions | Auflisten | ||
| charge | String | = | |
| created | DateTime | =, >=, <=,<,> | |
| currency | String | ||
| evidence | Struct | ||
| evidence_details | Struct | ||
| is_charge_refundable | Boolesch | ||
| livemode | Boolesch | ||
| Metadaten | Struct | ||
| payment_intent | String | = | |
| Grund | String | = | |
| Status | String | ||
| payment_method_details | Struct | ||
| Datei-Links | |||
| id | String | ||
| object | String | ||
| created | DateTime | =, >=, <=,<,> | |
| expired | Boolesch | = | |
| expires_at | DateTime | ||
| file | String | = | |
| livemode | Boolesch | ||
| Metadaten | Struct | ||
| URL | String | ||
| PaymentIntents | |||
| id | String | ||
| object | String | ||
| Betrag | Ganzzahl | ||
| amount_capturable | Ganzzahl | ||
| amount_details | Struct | ||
| amount_received | Ganzzahl | ||
| Anwendung | String | ||
| application_fee_amount | Ganzzahl | ||
| automatic_payment_methods | Struct | ||
| canceled_at | DateTime | ||
| cancellation_reason | String | ||
| capture_method | String | ||
| client_secret | String | ||
| confirmation_method | String | ||
| created | DateTime | =, >=, <=,<,> | |
| currency | String | ||
| customer | String | = | |
| description | String | ||
| Rechnung | String | ||
| last_payment_error | Struct | ||
| latest_charge | String | ||
| livemode | Boolesch | ||
| Metadaten | Struct | ||
| next_action | Struct | ||
| on_behalf_of | String | ||
| payment_method | String | ||
| payment_method_options | Struct | ||
| payment_method_types | Auflisten | ||
| payment_method_configuration_details | Struct | ||
| Verarbeitung | Struct | ||
| receipt_email | String | ||
| review | String | ||
| setup_future_usage | String | ||
| shipping | Struct | ||
| Quelle | String | ||
| statement_descriptor | String | ||
| statement_descriptor_suffix | String | ||
| Status | String | ||
| transfer_data | Struct | ||
| transfer_group | String | ||
| SetupIntents | |||
| id | String | ||
| object | String | ||
| Anwendung | String | ||
| cancellation_reason | String | ||
| client_secret | String | ||
| created | DateTime | =, >=, <=,<,> | |
| customer | String | = | |
| description | String | ||
| flow_directions | Auflisten | ||
| last_setup_error | Struct | ||
| latest_attempt | String | ||
| livemode | Boolesch | ||
| mandate | String | ||
| Metadaten | Struct | ||
| next_action | Struct | ||
| on_behalf_of | String | ||
| payment_method | String | ||
| payment_method_options | Struct | ||
| payment_method_types | Auflisten | ||
| single_use_mandate | String | ||
| Status | String | ||
| Nutzung | String | ||
| automatic_payment_methods | Struct | ||
| Auszahlungen | |||
| id | String | ||
| object | String | ||
| Betrag | Ganzzahl | =, <, > | |
| arrival_date | DateTime | =, >=, <=,<,> | |
| Automatisch | Boolesch | ||
| balance_transaction | String | ||
| created | DateTime | =, >=, <=,<,> | |
| currency | String | ||
| description | String | = | |
| Ziel | String | ||
| failure_balance_transaction | String | ||
| failure_code | String | ||
| failure_message | String | ||
| livemode | Boolesch | ||
| Metadaten | Struct | ||
| Methode | String | ||
| original_payout | String | ||
| reversed_by | String | ||
| reconciliation_status | String | ||
| source_type | String | ||
| statement_descriptor | String | ||
| Status | String | ||
| Typ | String | ||
| application_fee | String | ||
| application_fee_amount | Ganzzahl | ||
| Erstattungen | |||
| id | String | ||
| object | String | ||
| Betrag | Ganzzahl | ||
| balance_transaction | String | ||
| charge | String | = | |
| created | DateTime | =, >=, <=,<,> | |
| currency | String | ||
| Metadaten | Struct | ||
| destination_details | Struct | ||
| payment_intent | String | = | |
| Grund | String | ||
| receipt_number | String | ||
| source_transfer_reversal | String | ||
| Status | String | ||
| transfer_reversal | String | ||
| Produkte | |||
| id | String | ||
| object | String | ||
| aktiv | Boolesch | = | |
| Attribute | Auflisten | ||
| created | DateTime | =, >=, <=,<,> | |
| default_price | String | ||
| description | String | ||
| images | Auflisten | ||
| livemode | Boolesch | ||
| Metadaten | Struct | ||
| Name | String | ||
| package_dimensions | Struct | ||
| shippable | Boolesch | ||
| statement_descriptor | String | ||
| tax_code | String | ||
| Typ | String | = | |
| unit_label | String | ||
| Aktualisiert | DateTime | ||
| URL | String | ||
| features | Auflisten | ||
| Preise | |||
| id | String | ||
| object | String | ||
| aktiv | Boolesch | = | |
| billing_scheme | String | ||
| created | DateTime | =, >=, <=,<,> | |
| currency | String | = | |
| custom_unit_amount | Struct | ||
| livemode | Boolesch | ||
| lookup_key | String | ||
| Metadaten | Struct | ||
| Spitzname | String | ||
| product | String | = | |
| recurring | Struct | ||
| tax_behavior | String | ||
| tiers_mode | String | ||
| transform_quantity | Struct | ||
| Typ | String | = | |
| unit_amount | Ganzzahl | ||
| unit_amount_decimal | String | ||
| Coupons | |||
| Id | String | ||
| object | String | ||
| amount_off | Ganzzahl | ||
| created | DateTime | =, >=, <=,<,> | |
| currency | String | = | |
| duration | String | = | |
| duration_in_months | Ganzzahl | =,<,> | |
| livemode | Boolesch | ||
| max_redemptions | Ganzzahl | =, <, > | |
| Metadaten | Struct | ||
| Name | String | ||
| percent_off | Double | = | |
| redeem_by | DateTime | =, >=, <=, <, > | |
| times_redeemed | Ganzzahl | ||
| valid | Boolesch | ||
| Angebotscodes | |||
| Id | String | ||
| object | String | ||
| aktiv | Boolesch | = | |
| Code | String | = | |
| coupon | Struct | ||
| created | DateTime | =,>=,<=,<,> | |
| customer | String | ||
| expires_at | DateTime | ||
| livemode | Boolesch | ||
| max_redemptions | Ganzzahl | ||
| Metadaten | Struct | ||
| Einschränkungen | Struct | ||
| times_redeemed | Ganzzahl | ||
| Steuercodes | |||
| Id | String | ||
| object | String | ||
| description | String | ||
| Name | String | ||
| Steuersätze | |||
| Id | String | ||
| object | String | ||
| aktiv | Boolesch | = | |
| country | String | ||
| created | DateTime | =, >=, <=, <, > | |
| description | String | ||
| Anzeige_name | String | ||
| inclusive | Boolesch | = | |
| jurisdiction | String | ||
| jurisdiction_level | String | ||
| livemode | Boolesch | ||
| Metadaten | Struct | ||
| percentage | Double | ||
| effective_percentage | Double | ||
| state | String | ||
| tax_type | String | ||
| Versandkosten | |||
| Id | String | ||
| object | String | ||
| aktiv | Boolesch | = | |
| created | DateTime | =, >=, <=, <, > | |
| delivery_estimate | Struct | ||
| Anzeige_name | String | ||
| fixed_amount | Struct | ||
| livemode | Boolesch | ||
| Metadaten | Struct | ||
| tax_behavior | String | ||
| tax_code | String | ||
| Typ | String | ||
| Sitzungen | |||
| id | String | ||
| object | String | ||
| after_expiration | Struct | ||
| allow_promotion_codes | Boolesch | ||
| amount_subtotal | Ganzzahl | ||
| amount_total | Ganzzahl | ||
| automatic_tax | Struct | ||
| billing_address_collection | String | ||
| cancel_url | String | ||
| client_reference_id | String | ||
| consent | Struct | ||
| consent_collection | Struct | ||
| created | DateTime | =, >=, <=, <, > | |
| currency | String | ||
| custom_text | Struct | ||
| customer | String | ||
| customer_creation | String | ||
| customer_details | Struct | ||
| customer_email | String | ||
| expires_at | DateTime | ||
| Rechnung | String | ||
| invoice_creation | Struct | ||
| livemode | Boolesch | ||
| locale | String | ||
| Metadaten | Struct | ||
| mode | String | ||
| payment_intent | String | = | |
| payment_link | String | ||
| payment_method_collection | String | ||
| payment_method_options | Struct | ||
| payment_method_types | Auflisten | ||
| payment_status | String | ||
| phone_number_collection | Struct | ||
| recovered_from | String | ||
| setup_intent | String | ||
| shipping_address_collection | Struct | ||
| shipping_cost | Struct | ||
| shipping_details | Struct | ||
| shipping_options | Auflisten | ||
| Status | String | ||
| submit_type | String | ||
| Abonnement | String | ||
| success_url | String | ||
| tax_id_collection | Struct | ||
| total_details | Struct | ||
| URL | String | ||
| ui_mode | String | ||
| Gutschriften | |||
| id | String | ||
| object | String | ||
| Betrag | Ganzzahl | ||
| created | DateTime | =, >=, <=, <, > | |
| currency | String | ||
| customer | String | = | |
| customer_balance_transaction | String | ||
| discount_amount | Ganzzahl | ||
| discount_amounts | Auflisten | ||
| Rechnung | String | = | |
| lines | Struct | ||
| livemode | Boolesch | ||
| memo | String | ||
| Metadaten | Struct | ||
| Zahl | String | ||
| out_of_band_amount | Ganzzahl | ||
| String | |||
| Grund | String | ||
| refund | String | ||
| Status | String | ||
| subtotal | Ganzzahl | ||
| subtotal_excluding_tax | Ganzzahl | ||
| tax_amounts | Auflisten | ||
| total | Ganzzahl | ||
| total_excluding_tax | Ganzzahl | ||
| Typ | String | ||
| voided_at | DateTime | ||
| amount_shipping | Ganzzahl | ||
| effective_at | DateTime | ||
| shipping_cost | Struct | ||
| Customer | |||
| id | String | ||
| object | String | ||
| address | Struct | ||
| balance | Ganzzahl | ||
| created | DateTime | ||
| currency | String | =, >=, <=, <, > | |
| default_source | String | ||
| delinquent | Boolesch | = | |
| description | String | ||
| discount | Struct | ||
| String | = | ||
| invoice_prefix | String | ||
| invoice_settings | Struct | ||
| livemode | Boolesch | ||
| Metadaten | Struct | ||
| Name | String | ||
| next_invoice_sequence | Ganzzahl | ||
| phone | String | ||
| preferred_locales | Auflisten | ||
| shipping | Struct | ||
| tax_exempt | String | ||
| test_clock | String | ||
| Rechnungen | |||
| id | String | ||
| object | String | ||
| account_country | String | ||
| Konto_Bezeichnung | String | ||
| account_tax_ids | Auflisten | ||
| amount_due | Ganzzahl | ||
| amount_paid | Ganzzahl | ||
| amount_remaining | Ganzzahl | ||
| Anwendung | String | ||
| application_fee_amount | Ganzzahl | ||
| attempt_count | Ganzzahl | ||
| attempted | Boolesch | = | |
| auto_advance | Boolesch | = | |
| automatic_tax | Struct | ||
| billing_reason | String | ||
| charge | String | ||
| collection_method | String | = | |
| created | DateTime | =, >=, <=, <, > | |
| currency | String | ||
| custom_fields | Auflisten | ||
| customer | String | = | |
| customer_address | Struct | ||
| customer_email | String | ||
| customer_name | String | ||
| customer_phone | String | ||
| customer_shipping | Struct | ||
| customer_tax_exempt | String | ||
| customer_tax_ids | Auflisten | ||
| default_payment_method | String | ||
| default_source | String | ||
| default_tax_rates | Auflisten | ||
| description | String | ||
| discount | Struct | ||
| discounts | Auflisten | ||
| due_date | DateTime | =, >=, <=, <, > | |
| ending_balance | Ganzzahl | ||
| footer | String | ||
| from_invoice | Struct | ||
| hosted_invoice_url | String | ||
| invoice_pdf | String | ||
| last_finalization_error | Struct | ||
| latest_revision | String | ||
| lines | Struct | ||
| livemode | Boolesch | ||
| Metadaten | Struct | ||
| next_payment_attempt | DateTime | ||
| Zahl | String | ||
| on_behalf_of | String | ||
| paid | Boolesch | = | |
| paid_out_of_band | Boolesch | ||
| payment_intent | String | ||
| payment_settings | Struct | ||
| period_end | DateTime | =, >=, <=, <, > | |
| period_start | DateTime | =, >=, <=, <, > | |
| post_payment_credit_notes_amount | Ganzzahl | ||
| pre_payment_credit_notes_amount | Ganzzahl | ||
| quote | String | ||
| receipt_number | String | ||
| rendering | Struct | ||
| rendering_options | Struct | ||
| starting_balance | Ganzzahl | ||
| statement_descriptor | String | ||
| Status | String | = | |
| status_transitions | Struct | ||
| Abonnement | String | ||
| subscription_details | Struct | ||
| subtotal | Ganzzahl | =, <, > | |
| subtotal_excluding_tax | Ganzzahl | ||
| tax | Ganzzahl | ||
| test_clock | String | ||
| total | Ganzzahl | =, <, > | |
| total_discount_amounts | Auflisten | ||
| total_excluding_tax | Ganzzahl | ||
| total_tax_amounts | Auflisten | ||
| transfer_data | Struct | ||
| webhooks_delivered_at | DateTime | ||
| automatically_finalizes_at | DateTime | ||
| effective_at | DateTime | ||
| Aussteller | Struct | ||
| Rechnungspositionen | |||
| id | String | ||
| object | String | ||
| Betrag | Ganzzahl | =, <, > | |
| currency | String | ||
| customer | String | = | |
| date | DateTime | ||
| description | String | ||
| discountable | Boolesch | ||
| discounts | Auflisten | ||
| Rechnung | String | = | |
| livemode | Boolesch | ||
| Metadaten | Struct | ||
| Zeitraum | Struct | ||
| plan | Struct | ||
| price | Struct | ||
| proration | Boolesch | = | |
| quantity | Ganzzahl | ||
| Abonnement | String | ||
| subscription_item | String | ||
| tax_rates | Auflisten | ||
| test_clock | String | ||
| unit_amount | Ganzzahl | ||
| unit_amount_decimal | String | ||
| Pläne | |||
| id | String | ||
| object | String | ||
| aktiv | Boolesch | = | |
| aggregate_usage | String | ||
| Betrag | Ganzzahl | ||
| amount_decimal | String | ||
| billing_scheme | String | ||
| created | DateTime | =, >=, <=, <, > | |
| currency | String | = | |
| Intervall | String | = | |
| interval_count | Ganzzahl | ||
| livemode | Boolesch | ||
| Metadaten | Struct | ||
| Spitzname | String | ||
| product | String | = | |
| tiers_mode | String | ||
| transform_usage | Struct | ||
| trial_period_days | Ganzzahl | =, <, > | |
| usage_type | String | ||
| Gebührenerfassung | String | ||
| Angebote | |||
| id | String | ||
| object | String | ||
| amount_subtotal | Ganzzahl | ||
| amount_total | Ganzzahl | ||
| Anwendung | String | ||
| application_fee_amount | Ganzzahl | ||
| application_fee_percent | Double | ||
| automatic_tax | Struct | ||
| collection_method | String | ||
| computed | Struct | ||
| created | DateTime | ||
| currency | String | ||
| customer | String | = | |
| default_tax_rates | Auflisten | ||
| description | String | ||
| discounts | Auflisten | ||
| expires_at | DateTime | ||
| footer | String | ||
| from_quote | Struct | ||
| header | String | ||
| Rechnung | String | ||
| invoice_settings | Struct | ||
| livemode | Boolesch | ||
| Metadaten | Struct | ||
| Zahl | String | ||
| on_behalf_of | String | ||
| Status | String | = | |
| status_transitions | Struct | ||
| Abonnement | String | ||
| subscription_data | Struct | ||
| subscription_schedule | String | ||
| test_clock | String | ||
| total_details | Struct | ||
| transfer_data | Struct | ||
| Subscriptions (Abonnements) | |||
| id | String | ||
| object | String | ||
| Anwendung | String | ||
| application_fee_percent | Double | ||
| automatic_tax | Struct | ||
| billing_cycle_anchor | DateTime | ||
| billing_thresholds | Struct | ||
| cancel_at | DateTime | ||
| cancel_at_period_end | Boolesch | ||
| canceled_at | DateTime | ||
| collection_method | String | = | |
| created | DateTime | =, >=, <=,<,> | |
| currency | String | ||
| current_period_end | DateTime | =, >=, <= | |
| current_period_start | DateTime | =, >=, <= | |
| customer | String | = | |
| days_until_due | Ganzzahl | ||
| default_payment_method | String | ||
| default_source | String | ||
| default_tax_rates | Auflisten | ||
| description | String | ||
| discount | Struct | ||
| ended_at | DateTime | ||
| Elemente | Struct | ||
| latest_invoice | String | ||
| livemode | Boolesch | ||
| Metadaten | Struct | ||
| next_pending_invoice_item_invoice | DateTime | ||
| pause_collection | Struct | ||
| payment_settings | Struct | ||
| pending_invoice_item_interval | Struct | ||
| pending_setup_intent | String | ||
| pending_update | Struct | ||
| plan | Struct | ||
| quantity | Ganzzahl | ||
| schedule | String | ||
| start_date | DateTime | ||
| Status | String | = | |
| test_clock | String | ||
| transfer_data | Struct | ||
| trial_end | DateTime | ||
| trial_start | DateTime | ||
| Abonnementartikel | |||
| Id | String | ||
| object | String | ||
| billing_thresholds | Struct | ||
| created | DateTime | =, >=, <=, <, > | |
| Metadaten | Struct | ||
| plan | Struct | ||
| price | Struct | ||
| Abonnement | String | ||
| tax_rates | Auflisten | ||
| discounts | Auflisten | ||
| Abonnementpläne | |||
| object | String | ||
| Anwendung | String | ||
| canceled_at | DateTime | ||
| completed_at | DateTime | ||
| created | DateTime | ||
| current_phase | Struct | ||
| customer | String | = | |
| default_settings | Struct | ||
| end_behavior | String | ||
| livemode | Boolesch | ||
| Metadaten | Struct | ||
| phases | Auflisten | ||
| released_at | DateTime | ||
| released_subscription | String | ||
| renewal_interval | String | ||
| Status | String | ||
| Abonnement | String | ||
| test_clock | String | ||
| Konten | |||
| details_submitted | Boolesch | ||
| tos_acceptance | Struct | ||
| Typ | String | ||
| Metadaten | Struct | ||
| id | String | ||
| object | String | ||
| default_currency | String | ||
| Funktionen | Struct | ||
| charges_enabled | Boolesch | ||
| Einstellungen | Struct | ||
| requirements | Struct | ||
| payouts_enabled | Boolesch | ||
| future_requirements | Struct | ||
| external_accounts | Struct | ||
| Controller | Struct | ||
| country | String | ||
| String | |||
| created | DateTime | =, >=, <=, <, > | |
| business_profile | Struct | ||
| business_type | String | ||
| company | Struct | ||
| Anwendungsgebühren | |||
| id | String | ||
| object | String | ||
| Konto | String | ||
| Betrag | Ganzzahl | =, <, > | |
| amount_refunded | Ganzzahl | =, <, > | |
| Anwendung | String | ||
| balance_transaction | String | ||
| charge | String | = | |
| created | DateTime | ||
| currency | String | ||
| livemode | Boolesch | ||
| originating_transaction | String | ||
| refunded | Boolesch | = | |
| refunds | Struct | ||
| fee_source | Struct | ||
| Länderspezifikationen | |||
| id | String | ||
| object | String | ||
| default_currency | String | ||
| supported_bank_account_currencies | Struct | ||
| supported_payment_currencies | Auflisten | ||
| supported_payment_methods | Auflisten | ||
| supported_transfer_countries | Auflisten | ||
| verification_fields | Struct | ||
| Weiterleitungen | |||
| id | String | ||
| object | String | ||
| Betrag | Ganzzahl | =, <, > | |
| amount_reversed | Ganzzahl | ||
| balance_transaction | String | ||
| created | DateTime | =, >=, <=, <, > | |
| currency | String | = | |
| description | String | ||
| Ziel | String | = | |
| destination_payment | String | ||
| livemode | Boolesch | ||
| Metadaten | Struct | ||
| reversals | Struct | ||
| reversed | Boolesch | ||
| source_transaction | String | ||
| source_type | String | ||
| transfer_group | String | = | |
| Vorzeitige Betrugswarnungen | |||
| id | String | ||
| object | String | ||
| actionable | Boolesch | ||
| charge | String | = | |
| created | DateTime | =, >=, <=, <, > | |
| fraud_type | String | ||
| livemode | Boolesch | ||
| payment_intent | String | = | |
| Berichtstypen | |||
| id | String | ||
| object | String | ||
| data_available_end | DateTime | ||
| data_available_start | DateTime | ||
| default_columns | Auflisten | ||
| livemode | Boolesch | ||
| Name | String | ||
| Aktualisiert | DateTime | ||
| version | Ganzzahl |
Partinionieren von Abfragen
Die zusätzlichen Spark-Optionen PARTITION_FIELD, LOWER_BOUND, UPPER_BOUND und NUM_PARTITIONS können angegeben werden, wenn Sie Parallelität in Spark nutzen möchten. Mit diesen Parametern würde die ursprüngliche Abfrage in NUM_PARTITIONS Unterabfragen aufgeteilt, die von Spark-Aufgaben gleichzeitig ausgeführt werden können.
-
PARTITION_FIELD: der Name des Feldes, das zur Partitionierung der Abfrage verwendet werden soll. -
LOWER_BOUND: ein inklusiver Untergrenzwert des ausgewählten Partitionsfelds.Als Datum akzeptieren wir das Spark-Datumsformat, das in Spark-SQL-Abfragen verwendet wird. Beispiel für gültigen Wert:
"2024-07-01T00:00:00.000Z". -
UPPER_BOUND: ein exklusiver Obergrenzwert des ausgewählten Partitionsfelds. -
NUM_PARTITIONS: Anzahl der Partitionen.
Details zur Unterstützung von Feldern für die entitätsbezogene Partitionierung sind in der folgenden Tabelle aufgeführt.
| Entity Name | Partitionierungsfeld | Datentyp |
|---|---|---|
| Ausgleichstransaktionen | created | DateTime |
| Gebühren | created | DateTime |
| Streitfälle | created | DateTime |
| Datei-Links | created | DateTime |
| PaymentIntents | created | DateTime |
| SetupIntents | created | DateTime |
| Auszahlungen | created | DateTime |
| Erstattungen | created | DateTime |
| Produkte | created | DateTime |
| Preise | created | DateTime |
| Coupons | created | DateTime |
| Angebotscodes | created | DateTime |
| Steuersätze | created | DateTime |
| Versandkosten | created | DateTime |
| Sitzungen | created | DateTime |
| Gutschriften | created | DateTime |
| Customer | created | DateTime |
| Rechnungen | created | DateTime |
| Pläne | created | DateTime |
| Subscriptions (Abonnements) | created | DateTime |
| Abonnementpläne | created | DateTime |
| Konten | created | DateTime |
| Anwendungsgebühren | created | DateTime |
| Weiterleitungen | created | DateTime |
| Vorzeitige Betrugswarnungen | created | DateTime |
Beispiel
stripe_read = glueContext.create_dynamic_frame.from_options( connection_type="stripe", connection_options={ "connectionName": "connectionName", "ENTITY_NAME": "coupons", "API_VERSION": "v1", "PARTITION_FIELD": "created" "LOWER_BOUND": "2024-05-01T20:55:02.000Z" "UPPER_BOUND": "2024-07-11T20:55:02.000Z" "NUM_PARTITIONS": "10" } )