-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update/twitter-organic-source-change (#11)
* update/twitter-organic-source-change * docs regen * Update CHANGELOG.md * Apply suggestions from code review Co-authored-by: Avinash Kunnath <[email protected]> * Update packages.yml --------- Co-authored-by: Avinash Kunnath <[email protected]>
- Loading branch information
1 parent
a5b8ff5
commit 1bd3262
Showing
23 changed files
with
191 additions
and
75 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
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 |
---|---|---|
|
@@ -5,4 +5,6 @@ dbt_packages/ | |
logs/ | ||
venv/ | ||
.DS_Store | ||
dbt_packages/ | ||
dbt_packages/ | ||
env/ | ||
pacakge-lock.yml |
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 |
---|---|---|
|
@@ -59,7 +59,7 @@ Include the following github package version in your `packages.yml` | |
```yaml | ||
packages: | ||
- package: fivetran/social_media_reporting | ||
version: [">=0.3.0", "<0.4.0"] # we recommend using ranges to capture non-breaking changes automatically | ||
version: [">=0.5.0", "<0.6.0"] # we recommend using ranges to capture non-breaking changes automatically | ||
``` | ||
Do NOT include the upstream social media packages in this file. The transformation package itself has a dependency on it and will install the upstream packages as well. | ||
|
||
|
@@ -178,10 +178,10 @@ packages: | |
version: [">=0.2.0", "<0.3.0"] | ||
- package: fivetran/twitter_organic | ||
version: [">=0.2.0", "<0.3.0"] | ||
version: [">=0.3.0", "<0.4.0"] | ||
- package: fivetran/twitter_organic_source | ||
version: [">=0.2.0", "<0.3.0"] | ||
version: [">=0.3.0", "<0.4.0"] | ||
- package: fivetran/linkedin_pages | ||
version: [">=0.3.0", "<0.4.0"] | ||
|
@@ -211,4 +211,3 @@ We highly encourage and welcome contributions to this package. Check out [this p | |
# 🏪 Are there any resources available? | ||
- If you encounter any questions or want to reach out for help, please refer to the [GitHub Issue](https://github.com/fivetran/dbt_social_media_reporting/issues/new/choose) section to find the right avenue of support for you. | ||
- If you would like to provide feedback to the dbt package team at Fivetran, or would like to request a future dbt package to be developed, then feel free to fill out our [Feedback Form](https://www.surveymonkey.com/r/DQ7K7WW). | ||
- Have questions or want to just say hi? Book a time during our office hours [here](https://calendly.com/fivetran-solutions-team/fivetran-solutions-team-office-hours) or send us an email at [email protected]. |
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
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.