Skip to content

Commit

Permalink
docs (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-jamie authored Sep 24, 2024
1 parent 1d46ea3 commit 5d59869
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 41 deletions.
2 changes: 1 addition & 1 deletion docs/catalog.json

Large diffs are not rendered by default.

47 changes: 10 additions & 37 deletions docs/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/run_results.json

This file was deleted.

3 changes: 2 additions & 1 deletion integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ models:

vars:
stripe_schema: stripe_integrations_tests_14
stripe__standardized_billing_model_enabled: true
stripe__using_credit_notes: true
stripe_source:
stripe_account_identifier: "account_data"
stripe_group_identifier: "group_data"
Expand Down Expand Up @@ -47,7 +49,6 @@ seeds:
created: timestamp
canceled_at: timestamp
voided_at: timestamp
canceled_at: timestamp
invoice_id: "{{ 'varchar(500)' if target.type in ('redshift','postgres') else 'string'}}"
end: timestamp
balance_transaction_data:
Expand Down

0 comments on commit 5d59869

Please sign in to comment.