Lee-W commented on code in PR #65197:
URL: https://github.com/apache/airflow/pull/65197#discussion_r3084296289
##########
providers/amazon/tests/system/amazon/aws/example_dms_serverless.py:
##########
@@ -303,7 +303,7 @@ def delete_dms_assets(
# [START howto_operator_dms_serverless_start_replication]
replicate = DmsStartReplicationOperator(
task_id="replicate",
- replication_config_arn="{{
task_instance.xcom_pull(task_ids='create_replication_config',
key='return_value') }}",
+ replication_config_arn=create_replication_config.output,
Review Comment:
Great idea! I also let our users know where it comes from. if they're still
using the old syntax, changing it to the new one.
--
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]