Mateusz Pytel
Mateusz Pytel
Update Azure pipelines SDK to version 2. Reference docs - https://learn.microsoft.com/en-us/azure/machine-learning/migrate-to-v2-execution-pipeline?view=azureml-api-2
``` Cannot install azureml-dataprep-native. - Installing azureml-dataprep-rslex (2.22.2): Failed RuntimeError Unable to find installation candidates for azureml-dataprep-rslex (2.22.2) ``` There are no wheels for Apple Silicon available for azureml v1,...
Current E2E tests don't cover use of kedro-mlflow. The idea is to extend tests coverage our own MlFlow instance.
What about using `from collections import defaultdict` with `resources: Optional[Dict[str, ResourcesConfig]] = defaultdict(lambda: ResourcesConfig(cpu="500m", memory="1024Mi"))` it would also simplify (or even make not needed) the `resources_for` function. _Originally posted by...
/opt/hostedtoolcache/Python/3.8.12/x64/lib/python3.8/site-packages/kfp/v2/google/client/client.py:169: FutureWarning: AIPlatformClient will be deprecated in v2.0.0. Please use PipelineJob https://googleapis.dev/python/aiplatform/latest/_modules/google/cloud/aiplatform/pipeline_jobs.html in Vertex SDK. Install the SDK using "pip install google-cloud-aiplatform" warnings.warn(
Allow to specify customer-managed encryption key for the Vertex pipeline execution.