Skip to content

Commit

Permalink
Merge pull request #160 from Zharktas/fix_datefmt
Browse files Browse the repository at this point in the history
Fix datefmt command on newer qsv and update the minimum version
  • Loading branch information
tino097 authored Aug 23, 2024
2 parents baadeea + 89b6bb6 commit 7c79cb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions datapusher/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
POSTGRES_BIGINT_MAX = 9223372036854775807
POSTGRES_BIGINT_MIN = -9223372036854775808

MINIMUM_QSV_VERSION = "0.108.0"
MINIMUM_QSV_VERSION = "0.123.0"

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

qsv_applydp_cmd = [
qsv_bin,
"applydp",
"datefmt",
datecols,
tmp,
Expand Down

0 comments on commit 7c79cb8

Please sign in to comment.