Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from quantumblacklabs/add-credentials-file
Browse files Browse the repository at this point in the history
Add credentials.yml file to the tutorial repo, since we explain how to manage credentials in the docs.
  • Loading branch information
laisbsc authored Oct 8, 2020
2 parents 90a74d4 + 1f4b97a commit bf34dca
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions kedro-exercises/spaceflight/conf/base/credentials.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

# Here you can define credentials for different data sets and environment.
#
# THIS FILE MUST BE PLACED IN `conf/local`. DO NOT PUSH THIS FILE TO GitHub.
#
# Example:
#
# dev_s3:
# aws_access_key_id: token
# aws_secret_access_key: key
#
# prod_s3:
# aws_access_key_id: token
# aws_secret_access_key: key
#
# dev_sql:
# username: admin
# password: admin

0 comments on commit bf34dca

Please sign in to comment.