kedro icon indicating copy to clipboard operation
kedro copied to clipboard

Incorrect examples in project template for `credentials.yml`

Open ElenaKhaustova opened this issue 8 months ago • 0 comments

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.

ElenaKhaustova avatar Jun 27 '24 12:06 ElenaKhaustova