Pool Inspections
City of Austin
@usgov.city_of_austin_pool_inspections_68cc4
City of Austin
@usgov.city_of_austin_pool_inspections_68cc4
CREATE TABLE table_1 (
"facility_id" BIGINT,
"facility_name" VARCHAR,
"street_address" VARCHAR,
"city_desc" VARCHAR,
"state_desc" VARCHAR,
"zip_code" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"inspection_date" TIMESTAMP,
"inspection_type" VARCHAR,
"inspection_result" VARCHAR,
"location" VARCHAR
);
Anyone who has the link will be able to view this.