Skip to content

Commit

Permalink
Use adapter-agnostic data types
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 committed Nov 19, 2024
1 parent 85a4dbe commit a09336e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ sources:
- name: data__Case_Sensitive
columns:
- name: Col_A
data_type: integer
data_type: {{ integer_type_value() }}
- name: Col_B
data_type: text
data_type: {{ text_type_value() }}
{% endset %}


Expand Down

0 comments on commit a09336e

Please sign in to comment.