salmon-refrigerator-32115
FEATHR_SECRET_GROUP = 'aws' @task(secret_requests=[Secret(group=FEATHR_SECRET_GROUP, key='s3_access_key'), Secret(group=FEATHR_SECRET_GROUP, key='s3_secret_key')]) def get_feathr_s3_secrets() -> Tuple[str, str]: context = current_context() s3_access_key = context.secrets.get(FEATHR_SECRET_GROUP, 's3_access_key') s3_secret_key = context.secrets.get(FEATHR_SECRET_GROUP, 's3_secret_key')
Flyte enables production-grade orchestration for machine learning workflows and data processing created to accelerate local workflows to production.