fivetran / dbt_facebook_ads

Fivetran data models for Facebook Ads built using dbt.
https://fivetran.github.io/dbt_facebook_ads/
Apache License 2.0
24 stars 27 forks source link

[Feature] explore optimizing `get_url_tag_query` macro for redshift #29

Open fivetran-jamie opened 1 year ago

fivetran-jamie commented 1 year ago

Is there an existing feature request for this?

Describe the Feature

In this macro, we have warehouse-specific logic for parsing out jsons. For redshift, we cross join with a generated number-series, but there are now more performant methods that we've used in Hubspot and Iterable

let's update facebook ads as well!

Describe alternatives you've considered

leave it as is

Are you interested in contributing this feature?

Anything else?

No response