Skip to content

Commit

Permalink
Update macro call to new package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Wöhrl committed Jan 26, 2024
1 parent f3cbb97 commit 0d8714d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/activity_schema/activity/generate_activity_yml.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
-- Get column descriptions and tests
{% macro get_column_descriptions(activity) %}
{% set stream = get_activity_config(activity).stream %}
{% set schema_columns = dbt_aql.schema_columns(stream) %}
{% set schema_columns = dbt_activity_schema.schema_columns(stream) %}

{% set columns = [
{'name': 'activity_id', 'description': 'Unique identifier for the activity.', 'data_type': type_string(), 'tests': ['unique', 'not_null']},
Expand Down

0 comments on commit 0d8714d

Please sign in to comment.