Skip to content

Commit 9a97de7

Browse files
committed
keep knesset-data at 2.1.5 for now
1 parent 80f65ed commit 9a97de7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

airflow/knesset_data_pipelines/config.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import os
22
import tempfile
33
from contextlib import contextmanager
4-
from knesset_data.dataservice.constants import SERVICE_URLS as KNESSET_SERVICE_URLS
54

65

76
KNESSET_DATA_PIPELINES_AIRFLOW_ROOT_DIR = os.environ.get('KNESSET_DATA_PIPELINES_AIRFLOW_ROOT_DIR')
@@ -36,7 +35,6 @@
3635
'mmm': "http://knesset.gov.il/KnessetOdataService/MMMData.svc",
3736
'lobbyists': "http://knesset.gov.il/Odata/Lobbyists.svc",
3837
}
39-
KNESSET_SERVICE_URLS.update(SERVICE_URLS)
4038
DEFAULT_REQUEST_TIMEOUT_SECONDS = 360
4139

4240
PGSQL_USER = os.environ.get('PGSQL_USER', 'postgres')

0 commit comments

Comments
 (0)