[Error] AttributeError: ‘NoneType’ object has no attribute ‘get_frozen_credentials’

less than 1 minute read


AttributeError: ‘NoneType’ object has no attribute ‘get_frozen_credentials’”

  • 상황
    • Docker Airflow을 통해 AWS S3에서 AWS Redshift로 데이터 COPY 하는 task(S3ToRedshiftOperator 사용)에서 credential 정보를 못 찾음
  • 해결
    • Container 안에 aws 관련 credential 정보 저장

Solution

pip3 install awscli
aws configure
# [Access key ID] 입력
# [Secret access key] 입력
# [Region] 입력