Skip to content

Commit

Permalink
Create quickstart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-joemarkiewicz authored Feb 7, 2024
1 parent f9f6d1c commit 3dff6c5
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions .quickstart/quickstart.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
database_key: quickbooks_database
schema_key: quickbooks_schema

dbt_versions: ">=1.3.0 <2.0.0"

table_variables:
using_address:
- address
using_bill:
- bill_line
- bill_linked_txn
- bill_payment_line
- bill_payment
- bill
using_credit_memo:
- credit_memo_line
- credit_memo
using_department:
- department
using_deposit:
- deposit_line
- deposit
using_estimate:
- estimate
- estimate_line
using_invoice:
- invoice_linked_txn
- invoice_line
- invoice
using_invoice_bundle:
- bundle_item
- bundle
- invoice_line_bundle
using_journal_entry:
- journal_entry_line
- journal_entry
using_payment:
- payment_line
- payment
using_refund_receipt:
- refund_receipt_line
- refund_receipt
using_transfer:
- transfer
using_vendor_credit:
- vendor_credit_line
- vendor_credit
using_sales_receipt:
- sales_receipt_line
- sales_receipt
using_credit_card_payment_txn:
- credit_card_payment_txn
using_purchase_order:
- purchase_order_line
- purchase_order_linked_txn
- purchase_order

destination_configurations:
databricks:
dispatch:
- macro_namespace: dbt_utils
search_order: [ 'spark_utils', 'dbt_utils' ]

0 comments on commit 3dff6c5

Please sign in to comment.