diff --git a/docs/configuration/generating-docs.rst b/docs/configuration/generating-docs.rst index 410ddc6c6..88459fd14 100644 --- a/docs/configuration/generating-docs.rst +++ b/docs/configuration/generating-docs.rst @@ -71,7 +71,7 @@ You can use the :class:`~cosmos.operators.DbtDocsGCSOperator` to generate and up .. code-block:: python - from cosmos.operators import DbtDocsS3Operator + from cosmos.operators import DbtDocsGCSOperator # then, in your DAG code: generate_dbt_docs_aws = DbtDocsGCSOperator(