Skip to content

Commit e19db6c

Browse files
authored
fix(SubPlat): Correct schema.yaml for stripe_subscriptions_v2 ETL (DENG-9663). (#8180)
1 parent 87e4104 commit e19db6c

File tree

1 file changed

+13
-0
lines changed
  • sql/moz-fx-data-shared-prod/subscription_platform_derived/stripe_subscriptions_v2

1 file changed

+13
-0
lines changed

sql/moz-fx-data-shared-prod/subscription_platform_derived/stripe_subscriptions_v2/schema.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,19 @@ fields:
191191
192192
This isn''t available for customers that were deleted before the initial Fivetran
193193
Stripe sync.'
194+
- name: invoice_settings
195+
type: RECORD
196+
mode: NULLABLE
197+
description: 'The customer''s default invoice settings.
198+
199+
This isn''t available for customers that were deleted before the initial Fivetran
200+
Stripe sync.'
201+
fields:
202+
- name: default_payment_method_id
203+
type: STRING
204+
mode: NULLABLE
205+
description: ID of a payment method that's attached to the customer, to be used as
206+
the customer's default payment method for subscriptions and invoices.
194207
- name: billing_cycle_anchor
195208
type: TIMESTAMP
196209
mode: NULLABLE

0 commit comments

Comments
 (0)