-
Notifications
You must be signed in to change notification settings - Fork 47
Feature/add all tax lines #171
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
Closed
Closed
Changes from 21 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
3e354c7
Update invoice tax line data
fivetran-avinash 95c441f
Update seed files to test new invoice tax line logic
fivetran-avinash 771f86b
Documentation
fivetran-avinash 2512e79
Q2 FY26: Apply automated update.
fivetran-catfritz 60cb98e
Merge conflicts
fivetran-avinash be5ae28
docs
fivetran-avinash 1685748
Add all tax lines
fivetran-avinash 7219aea
Variable flip to false enable
fivetran-avinash 49822ad
New seed sources
fivetran-avinash b125eb1
Update integration_tests data/config
fivetran-avinash ecb8196
update quickstart.yml and add variables
fivetran-avinash c68ebdf
Model fixes
fivetran-avinash 153e8cb
comment out disabled models
fivetran-avinash 82822a1
Q2 FY26: Update auto-release workflow only.
fivetran-catfritz 0a6d16a
PR changes plus new tax line PR updates
fivetran-avinash e52d2d6
Apply new variable config logic to double entry Models + resolve merg…
fivetran-avinash a5c6f5c
Resolve merge conflicts from docs generator PR
fivetran-avinash 3c32e2f
small change to merge
fivetran-avinash 685cf75
small change to merge
fivetran-avinash d2b70af
Trigger merge to close PR (#170)
fivetran-data-model-bot 5cdeecb
packages.yml
fivetran-avinash b780f1b
PR review
fivetran-avinash 921024c
PR re-review
fivetran-avinash 74129d2
PR notes
fivetran-avinash edd4831
pin to pre-release package
fivetran-avinash 1cc667b
address merge conflicts
fivetran-joemarkiewicz 8a47956
cleanup merge conflicts
fivetran-joemarkiewicz dd6bd1d
bugfix/invoice-bundles (#175)
fivetran-joemarkiewicz 1ff58e3
update for pre-release
fivetran-avinash 3d22662
packages for docs gen
fivetran-avinash 166ed21
Generate dbt docs via GitHub Actions
github-actions[bot] b317823
changelog + packages
fivetran-avinash 4488fa1
Merge branch 'feature/add-all-tax-lines' of https://github.com/fivetr…
fivetran-avinash 8d2f73d
Generate dbt docs via GitHub Actions
github-actions[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| name: 'generate dbt docs' | ||
| on: | ||
| pull_request: | ||
| types: | ||
| - labeled | ||
|
|
||
| jobs: | ||
| generate-docs: | ||
| if: github.event.label.name == 'docs:ready' | ||
| uses: fivetran/dbt_package_automations/.github/workflows/generate-docs.yml@main | ||
| secrets: inherit | ||
| with: | ||
| schema_var_name: quickbooks_schema |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,73 @@ | ||
|
|
||
| target/ | ||
| # dbt | ||
| **/package-lock.yml | ||
| package-lock.yml | ||
| .dbt/ | ||
| dbt_modules/ | ||
| dbt_packages/ | ||
| logs/ | ||
| profiles.yml | ||
| target/ | ||
| *.log | ||
|
|
||
| # IDE files | ||
| .idea/ | ||
| .vscode/ | ||
| *~ | ||
| *.swp | ||
| *.swo | ||
|
|
||
| # Jupyter Notebook | ||
| .ipynb_checkpoints | ||
|
|
||
| # OS generated files | ||
| **/.DS_Store | ||
| .DS_Store | ||
| integration_tests/.DS_Store | ||
| dbt_packages/ | ||
| env/ | ||
| .Spotlight-V100 | ||
| .Trashes | ||
| ._* | ||
| Thumbs.db | ||
| ehthumbs.db | ||
|
|
||
| # Python | ||
| *.egg | ||
| *.egg-info/ | ||
| *.py[cod] | ||
| *.so | ||
| *$py.class | ||
| .Python | ||
| __pycache__/ | ||
| build/ | ||
| develop-eggs/ | ||
| dist/ | ||
| downloads/ | ||
| eggs/ | ||
| .env | ||
| .installed.cfg | ||
| lib/ | ||
| lib64/ | ||
| MANIFEST | ||
| parts/ | ||
| sdist/ | ||
| var/ | ||
| wheels/ | ||
|
|
||
| # Secrets and credentials | ||
| .env.* | ||
| .secrets | ||
| credentials.json | ||
| service-account.json | ||
|
|
||
| # Temporary files | ||
| .cache/ | ||
| *.temp | ||
| *.tmp | ||
|
|
||
| # Virtual environments | ||
| .conda/ | ||
| .env | ||
| .venv | ||
| ENV/ | ||
| env/ | ||
| env.bak/ | ||
| venv/ | ||
| venv.bak/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.