diff --git a/src/ingest-pipeline/airflow/dags/utils.py b/src/ingest-pipeline/airflow/dags/utils.py index 97c6a195..a9644f26 100644 --- a/src/ingest-pipeline/airflow/dags/utils.py +++ b/src/ingest-pipeline/airflow/dags/utils.py @@ -1508,7 +1508,7 @@ def main(): 'search_api_connection' connection ID and the Fernet key. The easiest way to do that is with something like: - export AIRFLOW_CONN_SEARCH_API_CONNECTION='https://search.api.hubmapconsortium.org/ + export AIRFLOW_CONN_SEARCH_API_CONNECTION='https://search.api.hubmapconsortium.org/v3/ fernet_key=`python -c 'from cryptography.fernet import Fernet ; print(Fernet.generate_key().decode())'` export AIRFLOW__CORE__FERNET_KEY=${fernet_key} """ diff --git a/src/ingest-pipeline/misc/tools/airflow_environments/env_dev.sh b/src/ingest-pipeline/misc/tools/airflow_environments/env_dev.sh index 109094c4..a20d54b7 100644 --- a/src/ingest-pipeline/misc/tools/airflow_environments/env_dev.sh +++ b/src/ingest-pipeline/misc/tools/airflow_environments/env_dev.sh @@ -5,5 +5,5 @@ HM_AF_HOME=/hive/users/hive/hubmap/hivevm191-dev/ingest-pipeline/src/ingest-pipe HM_AF_CONN_INGEST_API_CONNECTION=http://hivevm191.psc.edu:7777/ HM_AF_CONN_UUID_API_CONNECTION=http://https%3a%2f%2fuuid-api.dev.hubmapconsortium.org/ HM_AF_CONN_CELLS_API_CONNECTION=http://https%3a%2f%2fcells-api.dev.hubmapconsortium.org/ -HM_AF_CONN_SEARCH_API_CONNECTION=http://https%3a%2f%2fsearch-api.dev.hubmapconsortium.org/ +HM_AF_CONN_SEARCH_API_CONNECTION=http://https%3a%2f%2fsearch-api.dev.hubmapconsortium.org/v3/ HM_AF_CONN_ENTITY_API_CONNECTION=http://https%3a%2f%2fentity-api.dev.hubmapconsortium.org/ diff --git a/src/ingest-pipeline/misc/tools/airflow_environments/env_prod.sh b/src/ingest-pipeline/misc/tools/airflow_environments/env_prod.sh index b881eb0a..2daded01 100644 --- a/src/ingest-pipeline/misc/tools/airflow_environments/env_prod.sh +++ b/src/ingest-pipeline/misc/tools/airflow_environments/env_prod.sh @@ -5,5 +5,5 @@ HM_AF_HOME=/hive/users/hive/hubmap/hivevm193-prod/ingest-pipeline/src/ingest-pip HM_AF_CONN_INGEST_API_CONNECTION=http://hivevm193.psc.edu:7777/ HM_AF_CONN_UUID_API_CONNECTION=http://https%3a%2f%2fuuid.api.hubmapconsortium.org/ HM_AF_CONN_CELLS_API_CONNECTION=http://https%3a%2f%2fcells.api.hubmapconsortium.org/ -HM_AF_CONN_SEARCH_API_CONNECTION=http://https%3a%2f%2fsearch.api.hubmapconsortium.org/ +HM_AF_CONN_SEARCH_API_CONNECTION=http://https%3a%2f%2fsearch.api.hubmapconsortium.org/v3/ HM_AF_CONN_ENTITY_API_CONNECTION=http://https%3a%2f%2fentity.api.hubmapconsortium.org/ diff --git a/src/ingest-pipeline/misc/tools/airflow_environments/env_test.sh b/src/ingest-pipeline/misc/tools/airflow_environments/env_test.sh index 57c155c1..067afee4 100644 --- a/src/ingest-pipeline/misc/tools/airflow_environments/env_test.sh +++ b/src/ingest-pipeline/misc/tools/airflow_environments/env_test.sh @@ -5,5 +5,5 @@ HM_AF_HOME=/hive/users/hive/hubmap/hivevm192-test/ingest-pipeline/src/ingest-pip HM_AF_CONN_INGEST_API_CONNECTION=http://hivevm192.psc.edu:7777/ HM_AF_CONN_UUID_API_CONNECTION=http://https%3a%2f%2fuuid-api.test.hubmapconsortium.org/ HM_AF_CONN_CELLS_API_CONNECTION=http://https%3a%2f%2fcells-api.test.hubmapconsortium.org/ -HM_AF_CONN_SEARCH_API_CONNECTION=http://https%3a%2f%2fsearch-api.test.hubmapconsortium.org/ +HM_AF_CONN_SEARCH_API_CONNECTION=http://https%3a%2f%2fsearch-api.test.hubmapconsortium.org/v3/ HM_AF_CONN_ENTITY_API_CONNECTION=http://https%3a%2f%2fentity-api.test.hubmapconsortium.org/