Releases: fivetran/dbt_pendo_source
v0.5.0 dbt_pendo_source
PR #21 includes the following updates:
🚨 Breaking Changes 🚨:
- Updated the following models to include the new
_fivetran_id
field, which was recently added per the Fivetran Pendo Connector's March 2023 release notes:
-stg_pendo__guide_event
-stg_pendo__poll_event
-stg_pendo__event
_fivetran_id
has also been added to the hashing formula used in the following fields:event_key
instg_pendo__guide_event
guide_event_key
instg_pendo__poll_event
poll_event_key
instg_pendo__event
- These breaking changes persist to the transform package. (See the Transform CHANGELOG for more details.)
Features
- Updated documentation for new
_fivetran_id
field.
Full Changelog: v0.4.0...v0.5.0
v0.4.0 dbt_pendo_source
This release of dbt_pendo_source
includes:
🚨 Breaking Changes 🚨:
🔧 Bug Fixes
- Updated models
stg_pendo__feature_event
andstg_pendo__page_event
to include_fivetran_id
, which was recently added per the Fivetran Pendo Connector's release notes. (#19)
✨ Features
v0.3.1 dbt_pendo_source
This release of the dbt_pendo_source
package includes the following updates:
Bug Fixes
- Updated readme for workaround if the pendo_<default_source_table_name>_identifer is having trouble with Snowflake reserved words. (#17)
Under the Hood
- Small adjustments to whitespace control in
src_pendo.yml
. (#17)
Contributors
Full Changelog: v0.3.0...v0.3.1
dbt_pendo_source v0.3.0
PR #13 includes the following breaking changes:
🚨 Breaking Changes 🚨:
- Dispatch update for dbt-utils to dbt-core cross-db macros migration. Specifically
{{ dbt_utils.<macro> }}
have been updated to{{ dbt.<macro> }}
for the below macros:any_value
bool_or
cast_bool_to_text
concat
date_trunc
dateadd
datediff
escape_single_quotes
except
hash
intersect
last_day
length
listagg
position
replace
right
safe_cast
split_part
string_literal
type_bigint
type_float
type_int
type_numeric
type_string
type_timestamp
array_append
array_concat
array_construct
- For
current_timestamp
andcurrent_timestamp_in_utc
macros, the dispatch AND the macro names have been updated to the below, respectively:dbt.current_timestamp_backcompat
dbt.current_timestamp_in_utc_backcompat
dbt_utils.surrogate_key
has also been updated todbt_utils.generate_surrogate_key
. Since the method for creating surrogate keys differ, we suggest all users do afull-refresh
for the most accurate data. For more information, please refer to dbt-utils release notes for this update.- Dependencies on
fivetran/fivetran_utils
have been upgraded, previously[">=0.3.0", "<0.4.0"]
now[">=0.4.0", "<0.5.0"]
.
dbt_pendo_source 0.2.1
Happy Monday!
This release of the dbt_pendo_source
dbt package includes the following updates:
Under the Hood
- The
valid_through
field within both thestg_pendo__feature_history
andstg_pendo__page_history
models have been updated to leverage thedbt_utils.timestamp()
macro to be cast as timestamps. (#10)
Contributors
dbt_pendo_source 0.2.0
🎉 dbt v1.0.0 Compatibility 🎉
🚨 Breaking Changes 🚨
- Adjusts the
require-dbt-version
to now be within the range [">=1.0.0", "<2.0.0"]. Additionally, the package has been updated for dbt v1.0.0 compatibility. If you are using a dbt version <1.0.0, you will need to upgrade in order to leverage the latest version of the package.- For help upgrading your package, I recommend reviewing this GitHub repo's Release Notes on what changes have been implemented since your last upgrade.
- For help upgrading your dbt project to dbt v1.0.0, I recommend reviewing dbt-labs upgrading to 1.0.0 docs for more details on what changes must be made.
- Upgrades the package dependency to refer to the latest
dbt_fivetran_utils
. The latestdbt_fivetran_utils
package also has a dependency ondbt_utils
[">=0.8.0", "<0.9.0"].- Please note, if you are installing a version of
dbt_utils
in yourpackages.yml
that is not in the range above then you will encounter a package dependency error.
- Please note, if you are installing a version of
Snowflake Reserved Keyword Bug fix
Happy Monday to all the Snowflake users out there ❄️
This release addresses issue #6, in which users were seeing reserved keyword-related errors when the package selected from the source GROUP
table. The package now incorporates appropriate quoting and casing for this table in Snowflake destinations. Thanks to both @leinemann and @payzer-mike for contributing 🌟
We've also added a CHANGELOG to capture changes made to various versions of the package.
Initial Release
🎉 This is the initial release of this package 🎉
This package cleans and preps your data to be leveraged for analyzing how users are experiencing and adopting your product.
Currently the package supports Redshift, BigQuery, Snowflake, Databricks, and Postgres.