Skip to content

Commit

Permalink
sync service_urls
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Sep 27, 2024
1 parent 64a815c commit 2804642
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions airflow/knesset_data_pipelines/config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
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 @@ -35,6 +36,7 @@
'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 2804642

Please sign in to comment.