Skip to content

Commit 1bbcb89

Browse files
committed
Fix documentation on the environment element ingested by IngestReader
into the metadata: the new attributes added in 1.5.0 were missing
1 parent 647b465 commit 1bbcb89

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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)