Dev-iL commented on PR #69427:
URL: https://github.com/apache/airflow/pull/69427#issuecomment-4911692448
@vincbeck Looks like the index.rst wasn't regenerated as part of this PR,
and it led to builds breaking later on. We should look into why the hook didn't
flag it here.
```none
All changes made by hooks:
diff --git a/providers/apache/kafka/docs/index.rst
b/providers/apache/kafka/docs/index.rst
index b3fc33f..cee81d3 100644
--- a/providers/apache/kafka/docs/index.rst
+++ b/providers/apache/kafka/docs/index.rst
@@ -149,6 +149,7 @@ Install them when installing from PyPI. For example:
Extra Dependencies
==================== ====================================================
``google`` ``apache-airflow-providers-google``
+``msk`` ``aws-msk-iam-sasl-signer-python>=1.0.1``
``common.messaging`` ``apache-airflow-providers-common-messaging>=2.0.0``
==================== ====================================================
```
--
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]