Skip to content

Commit

Permalink
on going work
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders committed May 21, 2024
1 parent b1a041c commit 67e3cee
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
{% macro snowflake__create_external_table(relation, compiled_code) %}
{% macro snowflake__create_external_table(relation, columns) %}

{# {%- set columns = source_node.columns.values() -%} #}

{# {%- set external = source_node.external -%} #}
{% set file_format = config.get('file_format') %}
{% set location = config.get('location') %}

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

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

Expand Down

0 comments on commit 67e3cee

Please sign in to comment.