GetScriptResult

data class GetScriptResult(val dagEdges: List<GetScriptDagEdge>, val dagNodes: List<GetScriptDagNode>, val id: String, val language: String? = null, val pythonScript: String, val scalaCode: String)

A collection of values returned by getScript.

Constructors

Link copied to clipboard
constructor(dagEdges: List<GetScriptDagEdge>, dagNodes: List<GetScriptDagNode>, id: String, language: String? = null, pythonScript: String, scalaCode: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val language: String? = null
Link copied to clipboard

Python script generated from the DAG when the language argument is set to PYTHON.

Link copied to clipboard

Scala code generated from the DAG when the language argument is set to SCALA.