Jamie Rodriguez
Jamie Rodriguez
**Are you a current Fivetran customer?** fivetran made PR **What change(s) does this PR introduce?** adds metrics to the dbt package **Did you update the CHANGELOG?** - [x] Yes **Does...
PR for https://github.com/calogica/dbt-date/issues/80 As the **string_to_date** macro exists today, it supports dates written like `Apr 1, 2022` (and `Apr 01, 2022` on snowflake). There's a `format` argument that is currently...
In the [dbt google play source package](https://github.com/fivetran/dbt_google_play_source/blob/0404f10901bcf32772c6ecaecf482cb38f6b30f0/models/stg_google_play__earnings.sql#L46-L62), i implemented some hefty string-to-date and string-to-timestamp logic for Bigquery, Snowflake, Spark, Redshift, and Postgres users. I was originally going to move the...
### Is there an existing feature request for this? - [X] I have searched the existing issues ### Describe the Feature There are a number of fields that we include...
### Is there an existing feature request for this? - [X] I have searched the existing issues ### Describe the Feature In our end models, we do not currently include...
### Is there an existing feature request for this? - [X] I have searched the existing issues ### Describe the Feature In `transaction_details`, we persist the passthrough columns for many...
## PR Overview **This PR will address the following Issue/Feature:** https://github.com/fivetran/dbt_snapchat_ads/issues/16 (also contains merged PR https://github.com/fivetran/dbt_snapchat_ads/pull/20) **This PR will result in the following new package version:** v1.7.1 **Please provide the...
**What change does this PR introduce?** Adds `fivetran_union_relations` macro. This was necessary for rolling union_data out to Zendesk, which has some source tables that have reserved-keywords for names (ie `timezone`)....
**What change does this PR introduce?** Adds SQLserver logic to the `wrap_in_quotes()` macro. this was necessary as the default logic (using backticks instead of double quotes) did not work with...
BQ introduced a native JSON data type (ala variants in snowflake maybe?) and some new JSON parsing functions. the ones we leverage in this package are now "legacy" in the...