It would be useful to have an example project dedi...
# dagster-feedback
c
It would be useful to have an example project dedicated to partitioned assets that shows how to handle partition keys for dates vs. ranges, etc. I'm (somewhat) blindly stumbling various error to understand what exactly is passed into the assets for calculation and what is expected to be returned. Most of the examples are for hourly and daily. It would be useful to see an example for
MonthlyPartitionsDefinition
and how the
context.asset_partition_key_range
is expected to be handled in the flow. I see this help hint in dagit but I'm struggling to figure out what the asset definition is expecting both in terms of input, output, metadata, and how assets are passed into the definition and flow to subsequent asset definitions.