Skip to content

Commit

Permalink
Update tests/resources/bigquery_test_tables.sql
Browse files Browse the repository at this point in the history
Co-authored-by: Helen Cristina <[email protected]>
  • Loading branch information
nj1973 and helensilva14 authored Dec 12, 2024
1 parent d250e36 commit 76cc9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/resources/bigquery_test_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ CREATE TABLE `pso_data_validator`.`dvt_bool`
INSERT INTO `pso_data_validator`.`dvt_bool` VALUES (1,true,true,true,true);
INSERT INTO `pso_data_validator`.`dvt_bool` VALUES (2,false,false,false,false);

-- BigQuery stores UUIDs in STRINGs, see GENERATE_UUID().
-- BigQuery stores UUIDs in STRING data type according to its utility function called GENERATE_UUID().
DROP TABLE `pso_data_validator`.`dvt_uuid_id`;
CREATE TABLE `pso_data_validator`.`dvt_uuid_id`
( id STRING NOT NULL
Expand Down

0 comments on commit 76cc9c8

Please sign in to comment.