data-dwh-dbt-project/models/doc_blocks.md

48 lines
950 B
Markdown
Raw Normal View History

2024-02-19 11:36:10 +01:00
{% docs generic_id_desc %}
The unique ID for records in this relation.
{% enddocs %}
{% docs field_docs_na_desc %}
No available documentation for this field.
{% enddocs %}
{% docs _airbyte_raw_id_desc %}
A UUID assigned by Airbyte to each processed event during the sync job.
{% enddocs %}
{% docs _airbyte_extracted_at_desc %}
A timestamp for when the event was pulled by Airbyte from the original data source.
{% enddocs %}
{% docs _airbyte_meta_desc %}
You can query the _airbyte_meta column to see which rows failed for content reasons, and why.
{% enddocs %}
2024-02-19 16:23:26 +01:00
{% docs dwh_extracted_at_utc_desc %}
2024-02-19 16:23:26 +01:00
A timestamp for when the event was pulled from the original data source.
{% enddocs %}
{% docs dwh_extracted_date_utc_desc %}
The date when the event was pulled from the original data source.
{% enddocs %}
{% docs currency_desc %}
Three-letter ISO 4217 currency code, in uppercase. Must be a supported currency.
2024-02-19 16:23:26 +01:00
2024-02-23 16:45:19 +01:00
{% enddocs %}