rename doc block
This commit is contained in:
parent
53dff9a218
commit
ca173ab59e
3 changed files with 7 additions and 7 deletions
|
|
@ -108,7 +108,7 @@ sources:
|
||||||
- not_null
|
- not_null
|
||||||
- name: currency
|
- name: currency
|
||||||
data_type: character varying
|
data_type: character varying
|
||||||
description: "{{ doc('stripe_currency_desc') }}"
|
description: "{{ doc('raw_stripe_currency_desc') }}"
|
||||||
tests:
|
tests:
|
||||||
- not_null
|
- not_null
|
||||||
- dbt_expectations.expect_column_value_lengths_to_equal:
|
- dbt_expectations.expect_column_value_lengths_to_equal:
|
||||||
|
|
@ -241,7 +241,7 @@ sources:
|
||||||
- not_null
|
- not_null
|
||||||
- name: currency
|
- name: currency
|
||||||
data_type: character varying
|
data_type: character varying
|
||||||
description: "{{ doc('stripe_currency_desc') }}"
|
description: "{{ doc('raw_stripe_currency_desc') }}"
|
||||||
tests:
|
tests:
|
||||||
- not_null
|
- not_null
|
||||||
- dbt_expectations.expect_column_value_lengths_to_equal:
|
- dbt_expectations.expect_column_value_lengths_to_equal:
|
||||||
|
|
@ -457,7 +457,7 @@ sources:
|
||||||
- not_null
|
- not_null
|
||||||
- name: currency
|
- name: currency
|
||||||
data_type: character varying
|
data_type: character varying
|
||||||
description: "{{ doc('stripe_currency_desc') }}"
|
description: "{{ doc('raw_stripe_currency_desc') }}"
|
||||||
tests:
|
tests:
|
||||||
- not_null
|
- not_null
|
||||||
- dbt_expectations.expect_column_value_lengths_to_equal:
|
- dbt_expectations.expect_column_value_lengths_to_equal:
|
||||||
|
|
@ -664,7 +664,7 @@ sources:
|
||||||
description: "{{ doc('stripe_created_desc') }}"
|
description: "{{ doc('stripe_created_desc') }}"
|
||||||
- name: currency
|
- name: currency
|
||||||
data_type: character varying
|
data_type: character varying
|
||||||
description: "{{ doc('stripe_currency_desc') }}"
|
description: "{{ doc('raw_stripe_currency_desc') }}"
|
||||||
tests:
|
tests:
|
||||||
- not_null
|
- not_null
|
||||||
- dbt_expectations.expect_column_value_lengths_to_equal:
|
- dbt_expectations.expect_column_value_lengths_to_equal:
|
||||||
|
|
|
||||||
|
|
@ -351,7 +351,7 @@ models:
|
||||||
|
|
||||||
- name: currency
|
- name: currency
|
||||||
data_type: character varying
|
data_type: character varying
|
||||||
description: "{{ doc('stripe_currency_desc') }}"
|
description: "{{ doc('raw_stripe_currency_desc') }}"
|
||||||
|
|
||||||
- name: customer
|
- name: customer
|
||||||
data_type: character varying
|
data_type: character varying
|
||||||
|
|
@ -555,7 +555,7 @@ models:
|
||||||
|
|
||||||
- name: currency
|
- name: currency
|
||||||
data_type: character varying
|
data_type: character varying
|
||||||
description: "{{ doc('stripe_currency_desc') }}"
|
description: "{{ doc('raw_stripe_currency_desc') }}"
|
||||||
|
|
||||||
- name: metadata
|
- name: metadata
|
||||||
data_type: jsonb
|
data_type: jsonb
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ Time at which the object was last updated. Measured in seconds since the Unix ep
|
||||||
|
|
||||||
{% enddocs %}
|
{% enddocs %}
|
||||||
|
|
||||||
{% docs stripe_currency_desc %}
|
{% docs raw_stripe_currency_desc %}
|
||||||
|
|
||||||
Three-letter ISO currency code, in lowercase. Must be a supported currency.
|
Three-letter ISO currency code, in lowercase. Must be a supported currency.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue