AlexandreOuellet

Results 6 comments of AlexandreOuellet

I don't know if related, but I have the same issue with sagemaker : I see the pyspark script finish, but the ProcessingJob times out I am using a LightGBMRegressor,...

Thanks for the mention! I'll try to reopen, update and correct my PR to pyhive so that it eventually gets in officially.

To be honest, I made this for work, created the PR and forgot about it. I can have a quick look to make it pass the flake8 issues

This is as far as I can get tonight. It's alright with python 3.6, but fails with 3.5, 3.4 and 2.7. Feel free to fork off of my branch if...

Here's my current workaround : I create a custom Dataset : ``` from typing import Any, Dict, Literal, Optional, Type, Union from kedro.io.core import ( VERSION_KEY, VERSIONED_FLAG_KEY, AbstractDataset, Version, )...

and a bit more code for when you send the pipeline to azure : ``` from kedro.io import DataCatalog import re class CustomList(list): def __init__(self, catalog: DataCatalog, data) -> None:...