Skip to content

Commit

Permalink
fix env var (datacommonsorg#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaits authored Mar 19, 2024
1 parent 9476d94 commit c3311b7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,9 @@ def cloud_run_simple_import_job(
'CONFIG_FILE': gcs_config,
'OUTPUT_DIR': gcs_output_dir,
}
# Add any user script env vars such as DC_API_KEY
if env:
env_var.update(env)
env_vars.update(env)

# Generate job-id from config_file path if not specified.
if not job_id:
Expand Down

0 comments on commit c3311b7

Please sign in to comment.