You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing this doesn't work because partitioning method returns an object. The only except we have is that users can pass a datetime_partitioning_config dictionary into the function which sets the config for them.
I propose adding a large mapping file that accepts a dictionary containing arguments for an arbitrary partitioning option with an extra required input to specify what that option is as well as a DataDictionary that lists the potential options for the datetime partitioning config
The text was updated successfully, but these errors were encountered:
Partitioning is set in DataRobot in the following way.
An analogous use of
get_or_create_autopilot_run
would be something like the below:Doing this doesn't work because partitioning method returns an object. The only except we have is that users can pass a datetime_partitioning_config dictionary into the function which sets the config for them.
I propose adding a large mapping file that accepts a dictionary containing arguments for an arbitrary partitioning option with an extra required input to specify what that option is as well as a DataDictionary that lists the potential options for the datetime partitioning config
The text was updated successfully, but these errors were encountered: