Marcin Zabłocki

Results 14 issues of Marcin Zabłocki

Right now, additional run params are passed via JSON object in command line. Kedro uses different syntax `--params param_key1:value1,param_key2:2.0` (https://kedro.readthedocs.io/en/stable/kedro_project_setup/configuration.html#specify-parameters-at-runtime). As per https://stackoverflow.com/a/70607923/1955346 it now also supports nested params, so...

enhancement

Scheduler was temporarily disabled due to slight issues with MLFlow integrations (token obtaining) and not working re-scheduling (old schedules were not disabled). Restore this functionality in future releases.

enhancement

This idea is borrowed from Azure ML (and this PR https://github.com/getindata/kedro-azureml/pull/15 ) - where you define an `Environment`, which is a docker image which runs your image, but the code...

Right now we're using mostly v1 APIs from kfp.dsl, which causes a warning: ``` FutureWarning: APIs imported from the v1 namespace (e.g. kfp.dsl, kfp.components, etc) will not be supported by...