kedro-org / kedro

Kedro is a toolbox for production-ready data science. It uses software engineering best practices to help you create data engineering and data science pipelines that are reproducible, maintainable, and modular.
https://kedro.org
Apache License 2.0
9.47k stars 875 forks source link

Incorrect examples in project template for `credentials.yml` #3970

Open ElenaKhaustova opened 4 days ago

ElenaKhaustova commented 4 days ago

Description

Dataset access credentials example includes the correct way to pass credentials for AWS, while the project template includes an outdated example.

Context

The discrepancy between those two sources confuses users and when following the example from the template they face issues, aka

TypeError: AioSession.__init__() got an unexpected keyword argument 'aws_access_key_id'

Expected Result

The project template includes correct examples for setting the credentials.