We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c6221 commit c1e4896Copy full SHA for c1e4896
tests/helpers/__snapshots__/test_v1_to_v2.ambr
@@ -188,7 +188,7 @@
188
type: string
189
stage: dev_deployment
190
artifacts:
191
- - src: app
+ - src: app/
192
dest: my_snowpark_project
193
type: procedure
194
execute_as_caller: false
@@ -212,7 +212,7 @@
212
runtime: '3.1'
213
214
215
216
217
type: function
218
test_streamlit:
@@ -225,9 +225,9 @@
225
pages_dir: None
226
stage: streamlit
227
228
- - streamlit_app.py
229
- - environment.yml
230
- - pages
+ - src: streamlit_app.py
+ - src: environment.yml
+ - src: pages
231
pkg:
232
meta:
233
role: pkg_role
0 commit comments