Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release_3' into release_3
Browse files Browse the repository at this point in the history
  • Loading branch information
sunset666 committed Sep 13, 2024
2 parents e4103ce + 7a0b941 commit 74a4fa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def run_validation(**kwargs):
ignore_globs = [uuid, "extras", "*metadata.tsv", "validation_report.txt"]
app_context = {
"entities_url": HttpHook.get_connection("entity_api_connection").host + "/entities/",
"uuid_url": HttpHook.get_connection("uuid_api_connection").host + "/uuid/",
"ingest_url": os.environ["AIRFLOW_CONN_INGEST_API_CONNECTION"],
"request_header": {"X-Hubmap-Application": "ingest-pipeline"},
}
Expand Down
1 change: 1 addition & 0 deletions src/ingest-pipeline/airflow/dags/validate_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def run_validation(**kwargs):
ignore_globs = [uuid, "extras", "*metadata.tsv", "validation_report.txt"]
app_context = {
"entities_url": HttpHook.get_connection("entity_api_connection").host + "/entities/",
"uuid_url": HttpHook.get_connection("uuid_api_connection").host + "/uuid/",
"ingest_url": os.environ["AIRFLOW_CONN_INGEST_API_CONNECTION"],
"request_header": {"X-Hubmap-Application": "ingest-pipeline"},
}
Expand Down

0 comments on commit 74a4fa0

Please sign in to comment.