I am trying to deploy the kedro package in AWS fol...
# questions
d
I am trying to deploy the kedro package in AWS following the steps provided in the documentation but when I am running the step function, it fails with an error attached for your reference. The kedro package is developed in 0.18.7 and the python environment is 3.10. Can you suggest what could be the resolution for this error?
PXL_20230429_055035492~2.jpg
The same package runs in the local system
d
Do you have data at
a1ftdxs3nkedro-18.5/data/
? That's a really weird-looking filepath that looks like it messed up some
s3n://
address.
d
Copy code
Formulation_Recipes_WDA_two:
  type: pandas.ExcelDataSet
  filepath: <s3://a1ftdxs3nkedro-18.5/data/01_raw/Formulation_Recipes_WDA_two.xlsx>
  load_args:
    engine: openpyxl
This is how I defined it in the catalog.yml file. I don't understand where this `s3n://`is coming from.
d
It makes sense then; it is in your
filepath
. It's not providing much information; maybe you don't have the proper credentials set in your deployed job?