We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f71eb commit b52b8fcCopy full SHA for b52b8fc
aws/submit.py
@@ -241,6 +241,8 @@ def lambda_handler(event, context):
241
metadata["mdf"]["source_name"] = source_name
242
metadata["mdf"]["version"] = version
243
metadata["mdf"]["domains"] = organization.domains
244
+ metadata["mdf"]["resource_type"] = "dataset" # Force the resource type to make this findable in the portal
245
+ metadata["mdf"]["ingest_date"] = datetime.utcnow().isoformat("T") + "Z"
246
247
# Fetch custom block descriptors, cast values to str, turn _description => _desc
248
# @BenB edited
0 commit comments