Skip to content

Commit

Permalink
keep knesset-data at 2.1.5 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Sep 29, 2024
1 parent 80f65ed commit 9a97de7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions airflow/knesset_data_pipelines/config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os
import tempfile
from contextlib import contextmanager
from knesset_data.dataservice.constants import SERVICE_URLS as KNESSET_SERVICE_URLS


KNESSET_DATA_PIPELINES_AIRFLOW_ROOT_DIR = os.environ.get('KNESSET_DATA_PIPELINES_AIRFLOW_ROOT_DIR')
Expand Down Expand Up @@ -36,7 +35,6 @@
'mmm': "http://knesset.gov.il/KnessetOdataService/MMMData.svc",
'lobbyists': "http://knesset.gov.il/Odata/Lobbyists.svc",
}
KNESSET_SERVICE_URLS.update(SERVICE_URLS)
DEFAULT_REQUEST_TIMEOUT_SECONDS = 360

PGSQL_USER = os.environ.get('PGSQL_USER', 'postgres')
Expand Down

0 comments on commit 9a97de7

Please sign in to comment.