Skip to content

Commit

Permalink
Merge pull request #788 from hubmapconsortium/sunset666/bugfixes
Browse files Browse the repository at this point in the history
Bugfix IVT calling
  • Loading branch information
sunset666 authored Nov 7, 2023
2 parents f9c6e70 + f3f509d commit df288ec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .flake8

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def run_validation(**kwargs):
# offline=True, # noqa E265
add_notes=False,
ignore_deprecation=True,
token=get_auth_tok(**kwargs),
globus_token=get_auth_tok(**kwargs),
cedar_api_key=airflow_conf.as_dict()["connections"]["CEDAR_API_KEY"],
)
# Scan reports an error result
Expand Down
2 changes: 1 addition & 1 deletion src/ingest-pipeline/airflow/dags/validate_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def run_validation(**kwargs):
extra_parameters={
"coreuse": get_threads_resource("validate_upload", "run_validation")
},
token=get_auth_tok(**kwargs),
globus_token=get_auth_tok(**kwargs),
cedar_api_key=airflow_conf.as_dict()["connections"]["CEDAR_API_KEY"],
)
# Scan reports an error result
Expand Down

0 comments on commit df288ec

Please sign in to comment.