I'm curious what pattern would be recommended for ...
# integration-snowflake
c
I'm curious what pattern would be recommended for the following... I have a single query that I would like to run with different date ranges (year, fiscal year, month, week, etc) that I can easily parameterize but that needs to be passed off to Snowflake to run due to data volume. (For example, number of active players in a week, month, year, etc.) What would be the best way to set this up in dagster so that I can run the query with those different parameter sets but without duplicating the query code?