Values_2.GetMaterializedViewRefreshTaskRunRequestSourceGet the associated metadata/information for a task run, given a task run ID.
type nonrec t = {catalogId : Values_0.NameString.t;The ID of the Data Catalog where the table resides. If none is supplied, the account ID is used by default.
*)materializedViewRefreshTaskRunId : UUIDv4.t;The identifier for the particular materialized view refresh task run.
*)}val make :
catalogId:Values_0.NameString.t ->
materializedViewRefreshTaskRunId:UUIDv4.t ->
unit ->
t