Skip to content

Commit a880141

Browse files
committed
[dagster-iceberg] Fix indentation of docstring
1 parent 7ce41c7 commit a880141

File tree

1 file changed

+1
-0
lines changed
  • libraries/dagster-iceberg/src/dagster_iceberg/io_manager

1 file changed

+1
-0
lines changed

libraries/dagster-iceberg/src/dagster_iceberg/io_manager/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ def my_table_a(my_table: pa.Table):
182182
Valid modes are ``append`` and ``overwrite``; default is ``overwrite``.
183183
184184
.. code-block:: python
185+
185186
# set at definition time via definition metadata
186187
@asset(
187188
metadata={"write_mode": "append"}

0 commit comments

Comments
 (0)