Skip to content

Commit befee99

Browse files
committed
Fix: quickstart example, csv strip spaces closes #876
1 parent b0f5c3d commit befee99

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sqlmesh/cli/example_project.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@
9191
"""
9292

9393
EXAMPLE_SEED_DATA = f"""id,item_id,ds
94-
1, 2, 2020-01-01
95-
2, 1, 2020-01-01
96-
3, 3, 2020-01-03
97-
4, 1, 2020-01-04
98-
5, 1, 2020-01-05
99-
6, 1, 2020-01-06
100-
7, 1, 2020-01-07
94+
1,2,2020-01-01
95+
2,1,2020-01-01
96+
3,3,2020-01-03
97+
4,1,2020-01-04
98+
5,1,2020-01-05
99+
6,1,2020-01-06
100+
7,1,2020-01-07
101101
"""
102102

103103
EXAMPLE_TEST = f"""test_example_full_model:

0 commit comments

Comments
 (0)