eladkal commented on code in PR #65197:
URL: https://github.com/apache/airflow/pull/65197#discussion_r3082388867


##########
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:
   I'd really rather we show both options for a while. The output syntax 
require some getting used to for the community 
   
   Can we show the old syntax as comment next to the new?



-- 
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]

Reply via email to