You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.
"license":"Licensed under the Apache License, Version 2.0",
"copyright":"Copyright 2020 Google LLC",
"icon":"donut_large",
"from":["dv360"],
"to":["storage"],
"title":"DV360 Report To Storage",
"description":"Move existing DV360 report into a Storage bucket.",
"instructions":[
"Specify either report name or report id to move a report.",
"The most recent valid file will be moved to the bucket."
],
"authors":["kenjora@google.com"]
},
"tasks":[
{ "dbm":{
"auth":{"field":{ "name":"auth_read", "kind":"authentication", "order":1, "default":"user", "description":"Credentials used for reading data." }},
"report":{
"report_id":{"field":{ "name":"dbm_report_id", "kind":"integer", "order":1, "default":"", "description":"DV360 report ID given in UI, not needed if name used." }},
"name":{"field":{ "name":"dbm_report_name", "kind":"string", "order":2, "default":"", "description":"Name of report, not needed if ID used." }}
},
"out":{
"storage":{
"auth":{"field":{ "name":"auth_write", "kind":"authentication", "order":1, "default":"service", "description":"Credentials used for writing data." }},