We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f65ed commit 9a97de7Copy full SHA for 9a97de7
airflow/knesset_data_pipelines/config.py
@@ -1,7 +1,6 @@
1
import os
2
import tempfile
3
from contextlib import contextmanager
4
-from knesset_data.dataservice.constants import SERVICE_URLS as KNESSET_SERVICE_URLS
5
6
7
KNESSET_DATA_PIPELINES_AIRFLOW_ROOT_DIR = os.environ.get('KNESSET_DATA_PIPELINES_AIRFLOW_ROOT_DIR')
@@ -36,7 +35,6 @@
36
35
'mmm': "http://knesset.gov.il/KnessetOdataService/MMMData.svc",
37
'lobbyists': "http://knesset.gov.il/Odata/Lobbyists.svc",
38
}
39
-KNESSET_SERVICE_URLS.update(SERVICE_URLS)
40
DEFAULT_REQUEST_TIMEOUT_SECONDS = 360
41
42
PGSQL_USER = os.environ.get('PGSQL_USER', 'postgres')
0 commit comments