Skip to content

Commit 7c79cb8

Browse files
authored
Merge pull request #160 from Zharktas/fix_datefmt
Fix datefmt command on newer qsv and update the minimum version
2 parents baadeea + 89b6bb6 commit 7c79cb8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

datapusher/jobs.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
POSTGRES_BIGINT_MAX = 9223372036854775807
5151
POSTGRES_BIGINT_MIN = -9223372036854775808
5252

53-
MINIMUM_QSV_VERSION = "0.108.0"
53+
MINIMUM_QSV_VERSION = "0.123.0"
5454

5555
DATASTORE_URLS = {
5656
"datastore_delete": "{ckan_url}/api/action/datastore_delete",
@@ -1110,7 +1110,6 @@ def _push_to_datastore(task_id, input, dry_run=False, temp_dir=None):
11101110

11111111
qsv_applydp_cmd = [
11121112
qsv_bin,
1113-
"applydp",
11141113
"datefmt",
11151114
datecols,
11161115
tmp,

0 commit comments

Comments
 (0)