tsoud commented on code in PR #29158:
URL: https://github.com/apache/airflow/pull/29158#discussion_r1128766410


##########
docs/apache-airflow/tutorial/pipeline.rst:
##########
@@ -170,7 +170,7 @@ Here we select completely unique records from the retrieved 
data, then we check
               FROM employees_temp
           ) t
           ON CONFLICT ("Serial Number") DO UPDATE
-          SET "Serial Number" = excluded."Serial Number";
+          SET "Serial Number" = t."Serial Number";

Review Comment:
   > @tsoud would you like to complete this PR?
   
   I had drifted away from this. Thanks @eladkal!



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