https://dagster.io/ logo
#dagster-support
Title
# dagster-support
j

Jan Damm

07/27/2022, 11:22 PM
Hey, is it possible to orchestrate a snowpark python script with dagster? If yes, how?
s

sean

07/28/2022, 12:27 PM
cc @jamie
j

jamie

07/28/2022, 3:17 PM
hmmm I haven't played around with snowpark at all yet. @Jan Damm do you mind giving a bit more explanation of what you're trying to do? based on a cursory look at some documentation, if you just have a python script that uses the snowpark library, I think you should be able to just wrap it in an
op
and be good to go. if that doesn't work or doesn't quite capture your use case, lmk and i can take another look
4 Views