Skip to content

Commit

Permalink
Added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prdpsvs committed Oct 11, 2023
1 parent c71aef8 commit c1ed728
Show file tree
Hide file tree
Showing 10 changed files with 20,277 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dbt/include/synapse/macros/materializations/seeds/helpers.sql
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
)
WITH (DISTRIBUTION = {{dist}}, {{index}})
{% endset %}

{% call statement('_') -%}
{{ sql }}
{%- endcall %}
Expand All @@ -29,8 +28,8 @@
{% macro synapse__load_csv_rows(model, agate_table) %}

{# Synapse does not support the normal Table Value Constructor #}

{% set batch_size = get_batch_size() %}
--
{% set batch_size = get_batch_size() %}

{% set cols_sql = get_seed_column_quoted_csv(model, agate_table.column_names) %}

Expand Down
Loading

0 comments on commit c1ed728

Please sign in to comment.