Skip to content

Commit

Permalink
Merge pull request #18 from johnf/patch-1
Browse files Browse the repository at this point in the history
Fix package packages.yml name
  • Loading branch information
fivetran-joemarkiewicz authored Nov 30, 2022
2 parents 10d134d + 857360b commit 7e930dd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# dbt_twitter_source v0.5.1

## Fixes
- Fix the package name in the README ([#18](https://github.com/fivetran/dbt_twitter_source/pull/18))

## Feature Enhancement
- Addition of the `keyword_id` surrogate key within the `stg_twitter_ads__line_item_keywords_report`. This field is a combination of the account_id, line_item_id, segment, and placement fields. ([#17](https://github.com/fivetran/dbt_twitter_source/pull/17))

## Under the Hood
- Buildkite testing integration. ([#17](https://github.com/fivetran/dbt_twitter_source/pull/17))

## Contributors
- [@johnf](https://github.com/johnf) ([#18](https://github.com/fivetran/dbt_twitter_source/pull/18))


# dbt_twitter_source v0.5.0

## 🎉 Feature Enhancements 🎉
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Include the following twitter_source package version in your `packages.yml` file
```yml
# packages.yml
packages:
- package: fivetran/twitter_source
- package: fivetran/twitter_ads_source
version: [">=0.5.0", "<0.6.0"]
```

Expand Down Expand Up @@ -137,4 +137,4 @@ A small team of analytics engineers at Fivetran develops these dbt packages. How
# 🏪 Are there any resources available?
- If you have questions or want to reach out for help, please refer to the [GitHub Issue](https://github.com/fivetran/dbt_twitter_source/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 new dbt package, 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 [on Calendly](https://calendly.com/fivetran-solutions-team/fivetran-solutions-team-office-hours) or email us at [email protected].
- Have questions or want to just say hi? Book a time during our office hours [on Calendly](https://calendly.com/fivetran-solutions-team/fivetran-solutions-team-office-hours) or email us at [email protected].
4 changes: 2 additions & 2 deletions dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'twitter_ads_source'
version: '0.5.0'
version: '0.5.1'

config-version: 2
require-dbt-version: [">=1.0.0", "<2.0.0"]
Expand Down Expand Up @@ -27,4 +27,4 @@ vars:
twitter_ads__campaign_report_passthrough_metrics: []
twitter_ads__line_item_report_passthrough_metrics: []
twitter_ads__line_item_keywords_report_passthrough_metrics: []
twitter_ads__promoted_tweet_report_passthrough_metrics: []
twitter_ads__promoted_tweet_report_passthrough_metrics: []
6 changes: 3 additions & 3 deletions integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'twitter_source_integration_tests'
version: '0.5.0'
version: '0.5.1'

profile: 'integration_tests'
config-version: 2
Expand All @@ -20,7 +20,7 @@ vars:
twitter_ads_line_item_report_identifier: "twitter_line_item_report_data"
twitter_ads_account_report_identifier: "twitter_account_report_data"
twitter_ads_line_item_keywords_report_identifier: "twitter_line_item_keywords_report_data"

seeds:
twitter_source_integration_tests:
+column_types:
Expand All @@ -32,7 +32,7 @@ seeds:
+column_types:
tweet_id: "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}"


dispatch:
- macro_namespace: dbt_utils
search_order: ['spark_utils', 'dbt_utils']

0 comments on commit 7e930dd

Please sign in to comment.