https://dagster.io/ logo
#ask-community
Title
# ask-community
c

clay

02/03/2023, 11:01 PM
Maybe I shouldn't be using assets? Connecting to snowflake, I'm trying to: 1. Run a query to create a table (in step 1) 2. load the table into pandas and sftp it as a csv file to a server. Step 1 produces an artifact in the snowflake table that's created, but I don't need to return it from the function.