Update documentation
Added note with the limit of 1000 harvest sources
This commit is contained in:
parent
e7c03855ca
commit
ff1b861f1b
|
@ -190,7 +190,8 @@ The following operations can be run from the command line as described underneat
|
||||||
but keeps the source itself
|
but keeps the source itself
|
||||||
|
|
||||||
harvester clearsource_history [{source-id}]
|
harvester clearsource_history [{source-id}]
|
||||||
- If no source id is given the history for all harvest sources will be cleared.
|
- If no source id is given the history for all harvest sources (maximum is 1000)
|
||||||
|
will be cleared.
|
||||||
Clears all jobs and objects related to a harvest source, but keeps the source
|
Clears all jobs and objects related to a harvest source, but keeps the source
|
||||||
itself. The datasets imported from the harvest source will **NOT** be deleted!!!
|
itself. The datasets imported from the harvest source will **NOT** be deleted!!!
|
||||||
If a source id is given, it only clears the history of the harvest source with
|
If a source id is given, it only clears the history of the harvest source with
|
||||||
|
|
|
@ -30,7 +30,7 @@ class Harvester(CkanCommand):
|
||||||
but keeps the source itself
|
but keeps the source itself
|
||||||
|
|
||||||
harvester clearsource_history [{source-id}]
|
harvester clearsource_history [{source-id}]
|
||||||
- If no source id is given the history for all harvest sources will be cleared.
|
- If no source id is given the history for all harvest sources (maximum is 1000) will be cleared.
|
||||||
Clears all jobs and objects related to a harvest source, but keeps the source itself.
|
Clears all jobs and objects related to a harvest source, but keeps the source itself.
|
||||||
The datasets imported from the harvest source will NOT be deleted!!!
|
The datasets imported from the harvest source will NOT be deleted!!!
|
||||||
If a source id is given, it only clears the history of the harvest source with the given source id.
|
If a source id is given, it only clears the history of the harvest source with the given source id.
|
||||||
|
|
Loading…
Reference in New Issue