Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

schema, docs, and invoice cast updates #9

Merged
merged 2 commits into from
Mar 19, 2021

Conversation

fivetran-joemarkiewicz
Copy link
Contributor

This PR includes the following changes:

  • Addition of the custom quickbooks_staging schema as well as relevant README updates reflecting this change.
  • Casting fix of the deposit_to_account_id field within the invoice staging model to address Issue Cast deposit_to_account_id as integer #8.
  • Inclusion of the docs folder to allow for github pages docs site deployment once the branch is merged with master.
  • Package version upgrade from v0.1.2 -> v0.2.0 as the custom schema introduces a breaking change.

@@ -11,6 +11,7 @@ models:

vars:
quickbooks_source:
using_purchase_order: True
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As the purchase order models are false by default, I decided to set the variable as true within the integration tests so the docs would still contain these models once we deploy to github pages.

Copy link
Contributor

@kristin-bagnall kristin-bagnall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants