-
Notifications
You must be signed in to change notification settings - Fork 33
bug/campaign-history-date-time #98
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: main
Are you sure you want to change the base?
Changes from all commits
218eb5b
6c42eda
3043685
2e1d371
315014b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,9 @@ | ||
| # dbt_google_ads v1.3.1 | ||
| [PR #98](https://github.com/fivetran/dbt_google_ads/pull/98) includes the following updates: | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Add PR number and link.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. done |
||
| ## Bug Fix | ||
| - Fixes null values in campaign `start_date` and `end_date` fields that occurred after [March 2026 Fivetran Google Ads connector updates](https://fivetran.com/docs/connectors/applications/google-ads/changelog). The model now combines the new `start_date_time` and `end_date_time` timestamp fields with existing date fields to ensure complete data. Note that `start_date` and `end_date` are date strings while `start_date_time` and `end_date_time` are timestamp strings, so you may need to apply your own datatype handling. | ||
|
|
||
| # dbt_google_ads v1.3.0 | ||
|
|
||
| [PR #95](https://github.com/fivetran/dbt_google_ads/pull/95) includes the following updates: | ||
|
|
||
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,11 @@ | ||
| id,updated_at,name,customer_id,advertising_channel_type,advertising_channel_subtype,start_date,end_date,serving_status,status,tracking_url_template,_fivetran_synced | ||
| 9935249409,2021-06-29T17:19:05.102,Zj9yTjsXtiWREoWWkz3kww==,2121450128,SEARCH,UNSPECIFIED,2020-04-22,2037-12-30,SERVING,PAUSED,,2021-06-29T17:19:06.102 | ||
| 9935249409,2021-08-25T20:21:09.602,Zj9yTjsXtiWREoWWkz3kww==,2121450128,SEARCH,UNSPECIFIED,2020-04-22,2037-12-30,SERVING,PAUSED,,2021-06-29T17:19:06.102 | ||
| 9935249409,2022-05-31T17:55:44.964,Zj9yTjsXtiWREoWWkz3kww==,2121450128,SEARCH,UNSPECIFIED,2020-04-22,2037-12-30,SERVING,PAUSED,,2021-06-29T17:19:06.102 | ||
| 9935249409,2022-06-21T03:38:52,Zj9yTjsXtiWREoWWkz3kww==,2121450128,SEARCH,UNSPECIFIED,2020-04-22,2037-12-30,SERVING,PAUSED,,2021-06-29T17:19:06.102 | ||
| 9935249409,2022-06-24T05:35:31,Zj9yTjsXtiWREoWWkz3kww==,2121450128,SEARCH,UNSPECIFIED,2020-04-22,2037-12-30,SERVING,PAUSED,,2021-06-29T17:19:06.102 | ||
| 9935249409,2022-07-12T06:48:40,Zj9yTjsXtiWREoWWkz3kww==,2121450128,SEARCH,UNSPECIFIED,2020-04-22,2037-12-30,SERVING,PAUSED,,2021-06-29T17:19:06.102 | ||
| 9935249409,2022-08-01T14:21:25,Zj9yTjsXtiWREoWWkz3kww==,2121450128,SEARCH,UNSPECIFIED,2020-04-22,2037-12-30,SERVING,PAUSED,,2021-06-29T17:19:06.102 | ||
| 9935249409,2022-08-08T16:16:48,Zj9yTjsXtiWREoWWkz3kww==,2121450128,SEARCH,UNSPECIFIED,2020-04-22,2037-12-30,SERVING,PAUSED,,2021-06-29T17:19:06.102 | ||
| 9935249409,2022-08-12T08:15:49,Zj9yTjsXtiWREoWWkz3kww==,2121450128,SEARCH,UNSPECIFIED,2020-04-22,2037-12-30,SERVING,PAUSED,,2021-06-29T17:19:06.102 | ||
| 9935249409,2022-08-17T12:09:49,Zj9yTjsXtiWREoWWkz3kww==,2121450128,SEARCH,UNSPECIFIED,2020-04-22,2037-12-30,SERVING,PAUSED,,2021-06-29T17:19:06.102 | ||
| id,updated_at,name,customer_id,advertising_channel_type,advertising_channel_subtype,start_date_time,end_date_time,serving_status,status,tracking_url_template,_fivetran_synced | ||
| 9935249409,2021-06-29T17:19:05.102,Zj9yTjsXtiWREoWWkz3kww==,2121450128,SEARCH,UNSPECIFIED,2020-04-22T00:00:00.000,2037-12-30T23:59:59.999,SERVING,PAUSED,,2021-06-29T17:19:06.102 | ||
| 9935249409,2021-08-25T20:21:09.602,Zj9yTjsXtiWREoWWkz3kww==,2121450128,SEARCH,UNSPECIFIED,2020-04-22T00:00:00.000,2037-12-30T23:59:59.999,SERVING,PAUSED,,2021-06-29T17:19:06.102 | ||
| 9935249409,2022-05-31T17:55:44.964,Zj9yTjsXtiWREoWWkz3kww==,2121450128,SEARCH,UNSPECIFIED,2020-04-22T00:00:00.000,2037-12-30T23:59:59.999,SERVING,PAUSED,,2021-06-29T17:19:06.102 | ||
| 9935249409,2022-06-21T03:38:52,Zj9yTjsXtiWREoWWkz3kww==,2121450128,SEARCH,UNSPECIFIED,2020-04-22T00:00:00.000,2037-12-30T23:59:59.999,SERVING,PAUSED,,2021-06-29T17:19:06.102 | ||
| 9935249409,2022-06-24T05:35:31,Zj9yTjsXtiWREoWWkz3kww==,2121450128,SEARCH,UNSPECIFIED,2020-04-22T00:00:00.000,2037-12-30T23:59:59.999,SERVING,PAUSED,,2021-06-29T17:19:06.102 | ||
| 9935249409,2022-07-12T06:48:40,Zj9yTjsXtiWREoWWkz3kww==,2121450128,SEARCH,UNSPECIFIED,2020-04-22T00:00:00.000,2037-12-30T23:59:59.999,SERVING,PAUSED,,2021-06-29T17:19:06.102 | ||
| 9935249409,2022-08-01T14:21:25,Zj9yTjsXtiWREoWWkz3kww==,2121450128,SEARCH,UNSPECIFIED,2020-04-22T00:00:00.000,2037-12-30T23:59:59.999,SERVING,PAUSED,,2021-06-29T17:19:06.102 | ||
| 9935249409,2022-08-08T16:16:48,Zj9yTjsXtiWREoWWkz3kww==,2121450128,SEARCH,UNSPECIFIED,2020-04-22T00:00:00.000,2037-12-30T23:59:59.999,SERVING,PAUSED,,2021-06-29T17:19:06.102 | ||
| 9935249409,2022-08-12T08:15:49,Zj9yTjsXtiWREoWWkz3kww==,2121450128,SEARCH,UNSPECIFIED,2020-04-22T00:00:00.000,2037-12-30T23:59:59.999,SERVING,PAUSED,,2021-06-29T17:19:06.102 | ||
| 9935249409,2022-08-17T12:09:49,Zj9yTjsXtiWREoWWkz3kww==,2121450128,SEARCH,UNSPECIFIED,2020-04-22T00:00:00.000,2037-12-30T23:59:59.999,SERVING,PAUSED,,2021-06-29T17:19:06.102 |
Uh oh!
There was an error while loading. Please reload this page.