-
Notifications
You must be signed in to change notification settings - Fork 22
fusion compatibility: test arguments #152
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
base: releases/v0.4.latest
Are you sure you want to change the base?
Conversation
relative links to absolute
Update README.md
Co-authored-by: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com>
…version feature/link-to-current-version
Hi team. We can talk about it next week, but this should not be required as the latest release (that diverged from |
config-version: 2 | ||
require-dbt-version: [">=1.3.0", "<2.0.0"] | ||
|
||
require-dbt-version: [">=1.10.6"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@b-per maybe we still need a new version to remove the upper bound so that fusion works?
require-dbt-version: [">=1.10.6"] | |
require-dbt-version: [">=1.3.0"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fusion doesn't look at those today (but might in the future)
vars: | ||
fivetran_utils: | ||
dbt_utils_dispatch_list: | ||
- fivetran_utils |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vars: | |
fivetran_utils: | |
dbt_utils_dispatch_list: | |
- fivetran_utils |
What change does this PR introduce?
I've added
profile: 'default
so that Fusion actually parses instead of erroring about a missing profile fielddbt_internal_packages/
->.gitignore
1.0