Set UseLegacySql to true for compatibility with the BigQuery API (#724)

* Set UseLegacySql to true for compatibility with the BigQuery API

* make gofmt happy
This commit is contained in:
James McGill 2017-11-21 18:06:59 -05:00 committed by Dana Hoffman
parent ac0948e7d6
commit ca545e2171

View File

@ -112,6 +112,7 @@ func resourceBigQueryTable() *schema.Resource {
"use_legacy_sql": {
Type: schema.TypeBool,
Optional: true,
Default: true,
},
},
},