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 2259ecc commit 6da168bCopy full SHA for 6da168b
data_pipeline_api/link.py
@@ -22,6 +22,8 @@ def resolve_write(
22
file_type = "netcdf"
23
# Get metadata from config
24
write = handle["yaml"]["write"][index]
25
+ if write["file_type"]:
26
+ file_type = write["file_type"]
27
write_data_product = write["data_product"]
28
write_version = write["use"]["version"]
29
description = write["description"]
0 commit comments