Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/configuration/generating-docs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ You can use the :class:`~cosmos.operators.DbtDocsGCSOperator` to generate and up
bucket_name="test_bucket",
)

Choosing a folder
~~~~~~~~~~~~~~~~~~~~~~~

All the DbtDocsOperators support specification of a custom folder (prefix) to place documentation in on the target cloud storage. This can be done by
adding a ``folder_dir`` parameter to the operator definition.

Static Flag
~~~~~~~~~~~~~~~~~~~~~~~

Expand Down