Flavien
08/17/2023, 4:26 PMpyproject.toml
, I should be able to install the group spark
in kedro-datasets
with pip install kedro-datasets[spark]
(I tested the syntax with pip install httpx[socks]
). But it does not seem to work as pyspark
is not installed. It works with pip install kedro-datasets[spark.SparkDataSet]
. Thanks in advance for pointing me to my mistake. :)Juan Luis
08/17/2023, 4:30 PMFlavien
08/17/2023, 4:39 PMJuan Luis
08/18/2023, 2:45 PMFlavien
08/18/2023, 3:04 PMJuan Luis
08/18/2023, 3:13 PM