This commit is contained in:
Pablo Martin 2024-03-05 15:46:42 +01:00
parent 34171cf7be
commit 0252d9bf4d
2 changed files with 22 additions and 0 deletions

View file

@ -79,6 +79,10 @@ models:
data_type: character varying
description: "Read more at https://stripe.com/docs/reports/reporting-categories."
- name: stripe_source_account
data_type: character varying
description: "{{ doc('stripe_source_account_desc')}}"
- name: dwh_extracted_at_utc
data_type: timestamp with time zone
description: "{{ doc('dwh_extracted_at_utc_desc')}}"
@ -304,6 +308,10 @@ models:
data_type: character varying
description: "The full statement descriptor that is passed to card networks, and that is displayed on your customers credit card and bank statements. Allows you to see what the statement descriptor looks like after the static and dynamic portions are combined."
- name: stripe_source_account
data_type: character varying
description: "{{ doc('stripe_source_account_desc')}}"
- name: dwh_extracted_at_utc
data_type: timestamp with time zone
description: "{{ doc('dwh_extracted_at_utc_desc') }}"
@ -518,6 +526,10 @@ models:
data_type: jsonb
description: "{{ doc('field_docs_na_desc') }}"
- name: stripe_source_account
data_type: character varying
description: "{{ doc('stripe_source_account_desc')}}"
- name: dwh_extracted_at_utc
data_type: timestamp with time zone
description: "{{ doc('dwh_extracted_at_utc_desc') }}"
@ -603,6 +615,10 @@ models:
data_type: character varying
description: "The transfer reversal thats associated with the refund. Only present if the charge came from another Stripe account."
- name: stripe_source_account
data_type: character varying
description: "{{ doc('stripe_source_account_desc')}}"
- name: dwh_extracted_at_utc
data_type: timestamp with time zone
description: "{{ doc('dwh_extracted_at_utc_desc') }}"

View file

@ -27,3 +27,9 @@ Has the value true if the object exists in live mode or the value false if the o
Additional properties supplied by Superhog.
{% enddocs %}
{% docs stripe_source_account_desc %}
Superhog uses multiple different Stripe account. This column indicates from which of them is the data coming from.
{% enddocs %}