Datalineage_v1Functions

Functions

Link copied to clipboard

Gets details of a specified lineage event.

suspend fun getLineageEvent(lineageEventId: String, location: String, processId: String, project: String? = null, runId: String): GetLineageEventResult
Link copied to clipboard

Gets the details of the specified process.

suspend fun getProcess(argument: suspend GetProcessPlainArgsBuilder.() -> Unit): GetProcessResult
suspend fun getProcess(location: String, processId: String, project: String? = null): GetProcessResult
Link copied to clipboard
suspend fun getRun(argument: GetRunPlainArgs): GetRunResult

Gets the details of the specified run.

suspend fun getRun(argument: suspend GetRunPlainArgsBuilder.() -> Unit): GetRunResult
suspend fun getRun(location: String, processId: String, project: String? = null, runId: String): GetRunResult