allowJaggedRows

@JvmName(name = "esgkeqbohlqhtsfa")
suspend fun allowJaggedRows(value: Output<Boolean>)
@JvmName(name = "vlwxkrqnixuxvdkr")
suspend fun allowJaggedRows(value: Boolean?)

Parameters

value

Optional Indicates if BigQuery should accept rows that are missing trailing optional columns. If true, BigQuery treats missing trailing columns as null values. If false, records with missing trailing columns are treated as bad records, and if there are too many bad records, an invalid error is returned in the job result. The default value is false.