Data Source: oci_dataflow_run_statement

This data source provides details about a specific Run Statement resource in Oracle Cloud Infrastructure Data Flow service.

Retrieves the statement corresponding to the statementId for a Session run specified by runId.

Example Usage

data "oci_dataflow_run_statement" "test_run_statement" {
	#Required
	run_id = oci_dataflow_run.test_run.id
	statement_id = oci_dataflow_statement.test_statement.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: