Skip to content

Commit 2804642

Browse files
committed
sync service_urls
1 parent 64a815c commit 2804642

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

airflow/knesset_data_pipelines/config.py

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

56

67
KNESSET_DATA_PIPELINES_AIRFLOW_ROOT_DIR = os.environ.get('KNESSET_DATA_PIPELINES_AIRFLOW_ROOT_DIR')
@@ -35,6 +36,7 @@
3536
'mmm': "http://knesset.gov.il/KnessetOdataService/MMMData.svc",
3637
'lobbyists': "http://knesset.gov.il/Odata/Lobbyists.svc",
3738
}
39+
KNESSET_SERVICE_URLS.update(SERVICE_URLS)
3840
DEFAULT_REQUEST_TIMEOUT_SECONDS = 360
3941

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

0 commit comments

Comments
 (0)