Skip to content

Commit

Permalink
docs regen
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-joemarkiewicz committed Dec 19, 2022
1 parent 850e5ba commit 74fa61f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 49 deletions.
2 changes: 1 addition & 1 deletion docs/catalog.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/manifest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/run_results.json

Large diffs are not rendered by default.

22 changes: 0 additions & 22 deletions models/src_quickbooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,28 +230,6 @@ sources:
- name: updated_at
description: Timestamp of the date when the bundle was last updated.

- name: credit_card_payment_txn
description: Table containing all credit card payment transactions.
columns:
- name: id
description: Unique identifier of the credit card payment transaction.
- name: amount
description: Total amount of money applied to the credit card payment transaction.
- name: bank_account_id
description: Reference to the bank account which the credit card payment is debited towards.
- name: credit_card_account_id
description: Reference to the credit card account which the credit card payment is credited towards.
- name: created_at
description: Timestamp when the credit card payment was created.
- name: updated_at
description: Timestamp when the credit card payment was last updated.
- name: currency_id
description: Reference to the currency used for the credit card payment.
- name: transaction_date
description: Date the credit card payment transaction took place.
- name: _fivetran_deleted
description: Boolean indicating if the credit card payment was deleted.

- name: credit_memo_line
description: Table containing individual records of credit memos.
columns:
Expand Down
24 changes: 0 additions & 24 deletions models/stg_quickbooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,30 +226,6 @@ models:
- name: updated_at
description: Timestamp of the date when the bundle was last updated.

- name: stg_quickbooks__credit_card_payment_txn
description: Table containing all credit card payment transactions.
columns:
- name: credit_card_payment_id
description: Unique identifier of the credit card payment transaction.
- name: amount
description: Total amount of money applied to the credit card payment transaction.
- name: bank_account_id
description: Reference to the bank account which the credit card payment is debited towards.
- name: credit_card_account_id
description: Reference to the credit card account which the credit card payment is credited towards.
- name: created_at
description: Timestamp when the credit card payment was created.
- name: updated_at
description: Timestamp when the credit card payment was last updated.
- name: currency_id
description: Reference to the currency used for the credit card payment.
- name: transaction_date
description: Date the credit card payment transaction took place.
- name: _fivetran_deleted
description: Boolean indicating if the credit card payment was deleted.
- name: is_most_recent_record
description: Boolean indicating if the record is the most recent updated version of the credit card payment transaction.

- name: stg_quickbooks__credit_memo_line
description: Table containing individual records of credit memos.
columns:
Expand Down

0 comments on commit 74fa61f

Please sign in to comment.