Skip to content

Commit 9ff5fa3

Browse files
committed
Merge branch 'ingest-doc-fix' into develop
2 parents 647b465 + 1bbcb89 commit 9ff5fa3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/src/ingest.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,21 @@ following attributes:
9191
:attr:`icat.client.Client.apiversion` attribute of the `client`
9292
object being used by this :class:`~icat.ingest.IngestReader`.
9393

94+
`dataset_complete`
95+
The value of :attr:`~icat.ingest.IngestReader.Dataset_complete`.
96+
97+
`datasettype_name`
98+
The value of :attr:`~icat.ingest.IngestReader.DatasetType_name`.
99+
94100
More attributes may be added in future versions. This
95101
``_environment`` element may be used by the XSLT in order to adapt the
96102
result of the transformation to the environment, in particular to
97103
adapt the output to the ICAT schema version it is supposed to conform
98104
to.
99105

106+
.. versionchanged:: 1.5.0
107+
add attributes `dataset_complete` and `datasettype_name`.
108+
100109

101110
.. _ingest-example:
102111

0 commit comments

Comments
 (0)