Mattis
05/15/2025, 8:11 AMdocker build --progress=plain --build-arg BASE_IMAGE=python:3.10.16-slim -t ABCDE.azurecr.io/kedro:latest .
And submit the job like this:
kedro azureml run -p de -s FGHZUI --aml-env kedro_env
Sajid Alam
05/16/2025, 8:56 AMcheckup_file_path
(and any other datasets passed between AzureML steps) from kedro.io.MemoryDataset
or kedro.io.PickleDataset
(without a filepath) to a persistent dataset type:
Example:
• pandas.CSVDataset
• pandas.ParquetDataset
• pickle.PickleDataset
(but ensure you provide a filepath
)