Skip to content

Commit

Permalink
Update resource_dataproc_job_test.go.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed Mar 26, 2022
1 parent 6e4228c commit c561f41
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -760,9 +760,7 @@ resource "google_dataproc_job" "presto" {

presto_config {
query_list = [
"DROP TABLE IF EXISTS dprocjob_test",
"CREATE TABLE dprocjob_test(bar int)",
"SELECT * FROM dprocjob_test WHERE bar > 2",
"SELECT * FROM system.metadata.schema_properties"
]
}
}
Expand Down

0 comments on commit c561f41

Please sign in to comment.