kaxil commented on code in PR #28568:
URL: https://github.com/apache/airflow/pull/28568#discussion_r1056717465


##########
.codespellignorelines:
##########
@@ -1,3 +1,4 @@
             f"DELETE {source_table} FROM { ', '.join(_from_name(tbl) for tbl 
in stmt.froms) }"
         for frm in source_query.selectable.froms:
     roles = relationship("Role", secondary=assoc_user_role, backref="user", 
lazy="selectin")
+    The platform supports **C**reate, **R**ead, **U**pdate, and **D**elete 
operations on most resources.

Review Comment:
   ```suggestion
       The platform supports **C**reate, **R**ead, **U**pdate, and **D**elete 
operations on most resources.
   
   <pre><code>Code block\ndoes not\nrespect\nnewlines\n</code></pre>
   ```



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