AVallarino
11/09/2022, 6:27 PMPython==3.8.5
kedro==0.18.3
I change de catalgo.yml and set my aws credentials
example_iris_data:
type: pandas.CSVDataSet
filepath: <s3://my_bucket/iris.csv>
credentials: dev_s3
Sometimes I get the message “Install s3fs to access S3” when that library is already installed, and other times “No node was executed. Please repeat the above command to try a new execution”.
Do you know if there are any specific dependencies between libraries?Deepyaman Datta
11/09/2022, 7:33 PMwhich kedro
(if you're on a UNIX machine)?AVallarino
11/09/2022, 7:45 PM/Users/myuser/Documents/Dev/code/python/kedro_batch/venv/bin/kedro
Deepyaman Datta
11/11/2022, 12:15 PMwhich pip
and pip freeze
?AVallarino
11/11/2022, 11:21 PM