Skip to content

Commit

Permalink
fix docs typo import
Browse files Browse the repository at this point in the history
  • Loading branch information
jbandoro committed Oct 23, 2023
1 parent 4462d35 commit 750eb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/generating-docs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 750eb6d

Please sign in to comment.