vincbeck commented on code in PR #42479:
URL: https://github.com/apache/airflow/pull/42479#discussion_r1775767770
##########
airflow/providers/amazon/aws/auth_manager/cli/avp_commands.py:
##########
@@ -65,7 +65,7 @@ def init_avp(args):
if not args.dry_run:
print(
- "Please set configs below in Airflow configuration under
AIRFLOW__AWS_AUTH_MANAGER__<config name>."
+ "Please set configs below in Airflow configuration under
AIRFLOW__AWS_AUTH_MANAGER__AVP_POLICY_STORE_ID."
)
print(json.dumps({"avp_policy_store_id": policy_store_id}, indent=4))
Review Comment:
```suggestion
"Please set configs below in Airflow configuration."
)
print(f"AIRFLOW__AWS_AUTH_MANAGER__AVP_POLICY_STORE_ID={policy_store_id}")
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]