Skip to content

Commit

Permalink
Fix at docs: GCS generation (#922)
Browse files Browse the repository at this point in the history
Just a simple fix of a documentation typo.
  • Loading branch information
tboutaour committed Apr 24, 2024
1 parent 1b005bc commit 73a9ba2
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 @@ -69,7 +69,7 @@ Upload to GCS

GCS supports serving static files directly from a bucket. To learn more (and to set it up), check out the `official GCS documentation <https://cloud.google.com/appengine/docs/standard/serving-static-files?tab=python>`_.

You can use the :class:`~cosmos.operators.DbtDocsGCSOperator` to generate and upload docs to a S3 bucket. The following code snippet shows how to do this with the default jaffle_shop project:
You can use the :class:`~cosmos.operators.DbtDocsGCSOperator` to generate and upload docs to a GCS bucket. The following code snippet shows how to do this with the default jaffle_shop project:

.. code-block:: python
Expand Down

0 comments on commit 73a9ba2

Please sign in to comment.