Skip to content
Snippets Groups Projects
Commit e47b3ead authored by schulmax's avatar schulmax
Browse files

[FIX] Antoher param type annotation fix

Property "transformer" of class "TransformJob" is now
one of the two available transformers instead of an
abstract transformer.
parent 477cbd40
No related branches found
No related tags found
No related merge requests found
......@@ -485,7 +485,7 @@ class TransformerJob(EntityJob, ConnectorJob):
:param target: The reference to the target data container of the entity - normally defined with the name of a :class:`.ExtractionJob` or :class:`.TransformerJob`.
:param **kwargs: Accepts parameters from :class:`.EntityJob`, :class:`.ConnectorJob` and :class:`.Job`.
:type transformer: :class:`hshetl.transformers.AbstractTransformer`
:type transformer: :class:`hshetl.transformers.CompareTransformer` or :class:`hshetl.transformers.PropertiesTransformer`
:type name: unicode
:type source: unicode
:type target: unicode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment