Hi All! Can I have both monthly and daily partitio...
# ask-community
s
Hi All! Can I have both monthly and daily partition assets for one job? I am getting this error:
Copy code
Selected assets must have the same partitions definitions, but the selected assets have different partitions definitions:
and how can i bind this in define_asset_job.
🤖 1
s
Hi Shailesh, You can’t have these in the same job, because a job needs a single partitions definition. But you can materialize differently partitioned assets with separate jobs and these assets can depend on each other via partition mappings.
👍 1