Skip to content

Commit

Permalink
Updating search api url
Browse files Browse the repository at this point in the history
  • Loading branch information
sunset666 committed Nov 2, 2022
1 parent 6fcd014 commit b057f0f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ingest-pipeline/airflow/dags/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit b057f0f

Please sign in to comment.