uranusjr commented on code in PR #70717:
URL: https://github.com/apache/airflow/pull/70717#discussion_r3690000488


##########
contributing-docs/30_new_language_sdk.rst:
##########
@@ -333,6 +336,162 @@ Error handling
   SHOULD propagate it as an error to the task function.
 
 
+Conformance
+-----------
+
+The sections above describe *how* to build an SDK. This section defines *what* 
an
+SDK must do to be considered conformant: which TaskInstance states its runtime 
is
+expected to report and which optional capabilities it may offer. Because SDKs 
mature
+at different rates, they are not required to be identical; each one declares 
the
+subset it actually supports.
+
+The key words MUST, SHOULD, and MAY are used as described in :rfc:`2119`.

Review Comment:
   Does this work? I don’t think contributing docs are built with Sphinx? This 
might need to be a hyperlink instead.



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