Skip to content

Commit

Permalink
Merge branch 'main' into MagicBot/dbt-utils-cross-db-migration
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-joemarkiewicz authored Dec 15, 2022
2 parents 471d33e + 17b7f30 commit 91741e8
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@

**How did you test the PR changes?**
<!--- Proof of testing is required in order for the PR to be approved. -->
<!--- To check a box, remove the space and insert an x in the box (eg. [x] Buildkite). -->
<!--- To check a box, remove the space and insert an x in the box (eg. [x] BuildKite). -->
<!--- To select a checkbox you simply need to add an "x" with no spaces between the brackets (eg. [x] Yes). -->
- [ ] Buildkite <!--- Buildkite testing is only applicable to Fivetran employees. -->
- [ ] BuildKite <!--- BuildKite testing is only applicable to Fivetran employees. -->
- [ ] Local (please provide additional testing details below)

**Select which warehouse(s) were used to test the PR**
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
- `dbt.current_timestamp_in_utc_backcompat`
- Dependencies on `fivetran/fivetran_utils` have been upgraded, previously `[">=0.3.0", "<0.4.0"]` now `[">=0.4.0", "<0.5.0"]`.


# dbt_twitter_source v0.5.1

## Fixes
Expand All @@ -51,6 +52,7 @@
## 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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].
1 change: 1 addition & 0 deletions dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: 'twitter_ads_source'
version: '0.6.0'


config-version: 2
require-dbt-version: [">=1.3.0", "<2.0.0"]
models:
Expand Down
2 changes: 1 addition & 1 deletion docs/catalog.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/manifest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/run_results.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: 'twitter_source_integration_tests'
version: '0.6.0'


profile: 'integration_tests'
config-version: 2
snapshot-paths: ["snapshots"]
Expand All @@ -20,7 +21,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 +33,7 @@ seeds:
+column_types:
tweet_id: "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}"


dispatch:
- macro_namespace: dbt_utils
search_order: ['spark_utils', 'dbt_utils']
2 changes: 1 addition & 1 deletion integration_tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ dbt-redshift>=1.3.0,<2.0.0
dbt-postgres>=1.3.0,<2.0.0
dbt-spark>=1.3.0,<2.0.0
dbt-spark[PyHive]>=1.3.0,<2.0.0
dbt-databricks>=1.3.0,<2.0.0
dbt-databricks>=1.3.0,<2.0.0
1 change: 1 addition & 0 deletions models/stg_twitter_ads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ models:
description: The keyword whose performance is being tracked.
- name: placement
description: Where on Twitter the ad is being displayed. Possible values include 'ALL_ON_TWITTER', 'PUBLISHER_NETWORK', 'TWITTER_PROFILE', 'TWITTER_SEARCH', 'TWITTER_TIMELINE', and 'TAP_*', which are more granular options for `PUBLISHER_NETWORK`.

- name: stg_twitter_ads__tweet
description: Each record represents a tweet, promoted or not.
columns:
Expand Down

0 comments on commit 91741e8

Please sign in to comment.