Skip to content

Commit 390652c

Browse files
joostboonclaude
andcommitted
style: apply sqlfmt formatting to get_anomaly_config.sql
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3b02a79 commit 390652c

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

integration_tests/dbt_project/macros/get_anomaly_config.sql

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{% macro get_anomaly_config(model_config, config, source_meta_config=none) %}
22
{{
33
return(
4-
adapter.dispatch("get_anomaly_config", "elementary")(model_config, config, source_meta_config)
4+
adapter.dispatch("get_anomaly_config", "elementary")(
5+
model_config, config, source_meta_config
6+
)
57
)
68
}}
79
{% endmacro %}
@@ -50,7 +52,9 @@
5052
) %}
5153
{% endmacro %}
5254

53-
{% macro clickhouse__get_anomaly_config(model_config, config, source_meta_config=none) %}
55+
{% macro clickhouse__get_anomaly_config(
56+
model_config, config, source_meta_config=none
57+
) %}
5458
{% set mock_model = {
5559
"alias": "mock_model",
5660
"config": {"elementary": model_config},

0 commit comments

Comments
 (0)