Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hshetl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tools
hshetl
Commits
2102ccae
Commit
2102ccae
authored
11 years ago
by
schulmax
Browse files
Options
Downloads
Patches
Plain Diff
[TASK] Further doc improvement
parent
e47b3ead
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
hshetl/extractors.py
+2
-2
2 additions, 2 deletions
hshetl/extractors.py
hshetl/jobs.py
+2
-2
2 additions, 2 deletions
hshetl/jobs.py
with
4 additions
and
4 deletions
hshetl/extractors.py
+
2
−
2
View file @
2102ccae
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
hshetl/jobs.py
+
2
−
2
View file @
2102ccae
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment