Skip to content

Commit

Permalink
Bugfix calling IVT with new token naming
Browse files Browse the repository at this point in the history
  • Loading branch information
sunset666 committed Nov 7, 2023
1 parent f9c6e70 commit f3f509d
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 f3f509d

Please sign in to comment.