Skip to content

Commit

Permalink
Merge pull request #1 from zensurance/fix_adsets_macro
Browse files Browse the repository at this point in the history
call dispatch() in stitch_fb_ads_adsets, set packages arg
  • Loading branch information
samkessaram committed Dec 7, 2020
2 parents be59e67 + 31debd2 commit 6999412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/stitch/base/stitch_fb_ads_adsets.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% macro stitch_fb_ads_adsets() %}

{{ adapter.dispatch('stitch_fb_ads_adsets') }}
{{ adapter.dispatch('stitch_fb_ads_adsets',packages=facebook_ads._get_facebook_ads_namespaces())() }}

{% endmacro %}

Expand Down

0 comments on commit 6999412

Please sign in to comment.