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

[TASK] Further doc improvement

parent e47b3ead
Branches
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ class LdapExtractor(AbstractExtractor):
:type ldap_filter: string or None
:type attributes: list
:type page_size: int or None
:type connector: :class:`hshetl.connectors.LdapConnector`
:type connector: :class:`hshetl.connectors.LdapConnector` or string
YAML definition sample:
......@@ -284,7 +284,7 @@ class CsvExtractor(AbstractExtractor):
:param dialect: CSV dialect to be use for CSV style
:param **kwargs: Accepts parameters from :class:`.AbstractExtractor`.
:type dialect: :class:`hshetl.Dialect`
:type connector: :class:`hshetl.connectors.FileConnector`
:type connector: :class:`hshetl.connectors.FileConnector` or string
YAML definition sample:
......
......@@ -258,7 +258,7 @@ class QueryJob(ConnectorJob):
Constructor
:param: sql: The query that will be execute or a reference to a file, if it starts with ``file://``.
:param sql: The query that will be execute or a reference to a file, if it starts with ``file://``.
:param **kwargs: Accepts parameters from :class:`.ConnectorJob` and :class:`.Job`.
:type sql: string
......@@ -293,7 +293,7 @@ class SqlQueryJob(QueryJob):
:param connector: Connector for sql sources
:param **kwargs: Accepts parameters from :class:`.QueryJob`, :class:`.ConnectorJob` and :class:`.Job`.
:type connector: :class:`hshetl.connectors.SqlAlchemyConnector`
:type connector: :class:`hshetl.connectors.SqlAlchemyConnector` or string
YAML definition sample:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment