Skip to content

Commit 6f3e3fe

Browse files
committed
transform to lower case
1 parent 99233e9 commit 6f3e3fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

macros/public/store/export_table_samples.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% macro export_table_samples(start_date, end_date, table_samples_path=None) %}
22
{% set table_samples_query %}
33
select
4-
table_name,
4+
lower(table_name) as table_name,
55
sample_data,
66
sampled_on
77
from

0 commit comments

Comments
 (0)