You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My dbt model read table from database, and union them.
My code is like this:
{% set dm_relations = dbt_utils.get_relations_by_pattern('ex_%company%', 'client_name') %}
My dbt model read table from database, and union them.
My code is like this:
{% set dm_relations = dbt_utils.get_relations_by_pattern('ex_%company%', 'client_name') %}
{{ dbt_utils.union_relations(
relations=dm_relations,
) }}
if I want to read file from s3, how to change this code to read the file has same pattern and union them?
The text was updated successfully, but these errors were encountered: