How can we quickly partition data by date in something like an S3 Bucket?
A common way to do this is with a function that returns a date partitioned file path based on the execution date of the DAG. In this way the dag can be made idempotent, meaning that dag runs of the same execution_date produce the same result every time.