We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504ed3b commit 62675beCopy full SHA for 62675be
test/ogc_app/cwl_job_input.yml.template
@@ -1,8 +1,24 @@
1
-parameters: {}
+parameters:
2
+ summary_table_filename: null
3
+ example_argument_string: null
4
+ example_argument_int: null
5
+ example_argument_float: null
6
+ example_argument_empty: null
7
+ example_argument_bool: null
8
stage_in:
9
stac_json:
10
class: File
11
path: "cmr_results.json"
12
download_type: DAAC
13
edl_username: "base64.standard_b64encode(username)"
14
edl_password: "base64.standard_b64encode(password)"
15
+stage_out: # Anonymous record type.
16
+ unity_username: null
17
+ unity_password: null
18
+ unity_dapa_api: null
19
+ unity_client_id: null
20
+ staging_bucket: null
21
+ collection_id: null
22
+ aws_session_token: null
23
+ aws_secret_access_key: null
24
+ aws_access_key_id: null
0 commit comments