Hi guys, Is it possible at the moment to combine ...
# ask-community
a
Hi guys, Is it possible at the moment to combine
daily_partitioned_config
decorator functionality with the new Pythonic RunConfig? I’d like to pass a config
conf
to a job, and
conf
should, on the one hand, provide daily partitions to the job’s ops, and, on the other hand, pass some custom Pythonic configs to these ops. I’m not sure how to handle it properly: if I create a function with
daily_partitioned_config
decorator, it does not seem to accept RunConfig (with Pythonic op config as a parameter) as a returning value.