Skip to content

Commit

Permalink
style: Run format
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtcril committed Aug 8, 2024
1 parent cd9d6ea commit 6c16261
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion macros/remove_deprecated_models.sql
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,17 @@
{% set reporting = env_var("DBT_PROFILE_TARGET_DATABASE", "reporting") %}
{% set event_sink = env_var("ASPECTS_EVENT_SINK_DATABASE", "event_sink") %}

{{ print("Running remove_deprecated_models on " ~ xapi ~ ", " ~ reporting ~ ", " ~ event_sink ~ ".") }}
{{
print(
"Running remove_deprecated_models on "
~ xapi
~ ", "
~ reporting
~ ", "
~ event_sink
~ "."
)
}}

-- https://github.com/openedx/aspects-dbt/pull/111/
{% do do_drop("mv", xapi, "completion_events") %}
Expand Down

0 comments on commit 6c16261

Please sign in to comment.