Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
Updates cifsdk to 2.0.14, fixes arrow and fix oversight in CSV
Browse files Browse the repository at this point in the history
Signed-off-by: Luigi Mori <[email protected]>
  • Loading branch information
jtschichold committed Feb 14, 2020
1 parent 371efdf commit 4a7d26e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion minemeld/ft/cif.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def _build_iterator(self, now):
)
if self.last_successful_run is None:
filters['reporttime'] = '{0}Z'.format(
now.replace(days=-days).format('YYYY-MM-DDTHH:mm:ss')
now.shift(days=-days).format('YYYY-MM-DDTHH:mm:ss')
)
else:
filters['reporttime'] = '{0}Z'.format(
Expand Down
1 change: 1 addition & 0 deletions minemeld/ft/csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
import csv
import requests
import yaml
import shutil
from urllib3.response import GzipDecoder

from . import basepoller
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ujson==1.34
filelock==2.0.4
sleekxmpp==1.3.1
beautifulsoup4==4.4.1
cifsdk==2.0.0b7
cifsdk==2.0.14
lz4==0.8.2
networkx==1.11
unicodecsv==0.14.1
Expand Down

0 comments on commit 4a7d26e

Please sign in to comment.