Skip to content

Commit

Permalink
drop logging
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders committed May 22, 2024
1 parent f951a61 commit 56f5099
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@

{% set file_format = config.get('file_format') %}
{% set location = config.get('location') %}

{# {%- set partitions = external.partitions -%} #}

{{ log('XXX: columns: ' ~ columns, info=True) }}
{% set partitions = config.get('partitions') %}
{% set partition_map = partitions|map(attribute='name')|join(', ') %}
{{ log('XXX: partition_map: ' ~ partition_map, info=True) }}

{%- set is_csv = is_csv(file_format) -%}

Expand All @@ -19,7 +15,6 @@
(

{%- for column in columns %}
{{ log('column: ' ~ column.name, info=True) }}
{%- set column_alias = column.name %}
{%- set col_expression -%}
{%- set col_id = 'value:c' ~ loop.index if is_csv else 'value:' ~ column_alias -%}
Expand Down

0 comments on commit 56f5099

Please sign in to comment.