Skip to content

Commit

Permalink
Config update
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Sep 13, 2023
1 parent b05afb4 commit 66689ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sat/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
asset_job = define_asset_job(f"download_iodc_raw_files", AssetSelection.assets(download_eumetsat_iodc_data),
config={
'ops': {"download_eumetsat_iodc_data": {
"config": {"api_key": EnvVar("EUMETSAT_API_KEY"), "api_secret": EnvVar("EUMETSAT_API_SECRET"), "data_dir": config.data_dir,
"config": {"api_key": {'env': 'EUMETSAT_API_KEY'}, "api_secret": {'env': 'EUMETSAT_API_SECRET'}, "data_dir": config.data_dir,
"start_date": config.start_date, "end_date": config.end_date}}, }, })

asset_jobs.append(asset_job)

0 comments on commit 66689ab

Please sign in to comment.