balance transactions docs
This commit is contained in:
parent
cc9aaadb1c
commit
0805cdb15c
2 changed files with 53 additions and 19 deletions
29
models/doc_blocks.md
Normal file
29
models/doc_blocks.md
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{% 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 %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue