fivetran / dbt_fivetran_log

Data models for Fivetran's internal log connector built using dbt.
https://fivetran.github.io/dbt_fivetran_log/
Apache License 2.0
30 stars 24 forks source link

[Feature] Deprecate Transformations and Trigger Staging Model and Downstream References #93

Open fivetran-joemarkiewicz opened 10 months ago

fivetran-joemarkiewicz commented 10 months ago

Is there an existing feature request for this?

Describe the Feature

Currently the transformation and trigger models are used for basic SQL transformations. However, these have since been deprecated in the Fivetran platform. Therefore, there is no need for these tables to be pulled through as staging models or through the transformations status end model.

Upon it's removal we will be able to rely on the log table to generate all status' for Fivetran dbt orchestrated transformations.

Describe alternatives you've considered

No response

Are you interested in contributing this feature?

Anything else?

No response