-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from fivetran/dependency-upgrades
Dependency upgrades
- Loading branch information
Showing
7 changed files
with
45 additions
and
16 deletions.
There are no files selected for viewing
This file contains 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 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 |
---|---|---|
|
@@ -170,7 +170,7 @@ models: | |
|
||
## Database Support | ||
|
||
This package has been tested on BigQuery, Snowflake, and Redshift. | ||
This package has been tested on BigQuery, Snowflake, Redshift, Postgres, and Spark. | ||
|
||
## Contributions | ||
|
||
|
@@ -180,12 +180,14 @@ or open PRs against `master`. Check out | |
on the best workflow for contributing to a package. | ||
|
||
## Resources: | ||
- Provide [feedback](https://www.surveymonkey.com/r/DQ7K7WW) on our existing dbt packages or what you'd like to see next | ||
- Have questions, feedback, or need help? Book a time during our office hours [using Calendly](https://calendly.com/fivetran-solutions-team/fivetran-solutions-team-office-hours) or email us at [email protected] | ||
- Find all of Fivetran's pre-built dbt packages in our [dbt hub](https://hub.getdbt.com/fivetran/) | ||
- Learn more about Fivetran [in the Fivetran docs](https://fivetran.com/docs) | ||
- Learn how to orchestrate [dbt transformations with Fivetran](https://fivetran.com/docs/transformations/dbt) | ||
- Learn more about Fivetran overall [in our docs](https://fivetran.com/docs) | ||
- Check out [Fivetran's blog](https://fivetran.com/blog) | ||
- Learn more about dbt [in the dbt docs](https://docs.getdbt.com/docs/introduction) | ||
- Check out [Discourse](https://discourse.getdbt.com/) for commonly asked questions and answers | ||
- Join the [chat](http://slack.getdbt.com/) on Slack for live discussions and support | ||
- Find [dbt events](https://events.getdbt.com) near you | ||
- Find [dbt events](https://events.getdbt.com) near you | ||
- Check out [dbt's blog](https://blog.getdbt.com/) for the latest news on dbt's development and best practices | ||
- Check out [the dbt blog](https://blog.getdbt.com/) for the latest news on dbt's development and best practices |
This file contains 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 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 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 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 +1,3 @@ | ||
dbt==0.19.0 | ||
dbt==0.19.1 | ||
dbt-spark==0.19.1 | ||
dbt-spark[PyHive]==0.19.1 |
This file contains 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,22 +1,22 @@ | ||
packages: | ||
|
||
- package: fivetran/pinterest | ||
version: [">=0.2.0", "<0.3.0"] | ||
version: [">=0.3.0", "<0.4.0"] | ||
|
||
- package: fivetran/microsoft_ads | ||
version: [">=0.1.0", "<0.2.0"] | ||
version: [">=0.2.0", "<0.3.0"] | ||
|
||
- package: fivetran/linkedin | ||
version: [">=0.2.0", "<0.3.0"] | ||
|
||
- package: fivetran/google_ads | ||
version: [">=0.1.0", "<0.2.0"] | ||
version: [">=0.2.0", "<0.3.0"] | ||
|
||
- package: fivetran/twitter_ads | ||
version: [">=0.1.0", "<0.2.0"] | ||
version: [">=0.2.0", "<0.3.0"] | ||
|
||
- package: fivetran/facebook_ads | ||
version: [">=0.1.0", "<0.2.0"] | ||
version: [">=0.2.0", "<0.3.0"] | ||
|
||
- package: fivetran/snapchat_ads | ||
version: [">=0.1.0", "<0.2.0"] | ||
version: [">=0.1.1", "<0.2.0"] |