Test For Debug Purposes
City of Austin
@usgov.city_of_austin_test_for_debug_purposes
City of Austin
@usgov.city_of_austin_test_for_debug_purposes
CREATE TABLE table_1 (
"id" BIGINT,
"vehicle_type" VARCHAR,
"trip_duration" BIGINT,
"trip_distance" BIGINT,
"modified_date" VARCHAR,
"month" BIGINT,
"hour" BIGINT,
"day_of_week" BIGINT,
"start_time" VARCHAR,
"end_time" VARCHAR,
"council_district_start" DOUBLE,
"council_district_end" DOUBLE,
"device_id" DOUBLE,
"start_latitude" DOUBLE,
"start_longitude" DOUBLE,
"end_latitude" DOUBLE,
"end_longitude" DOUBLE,
"orig_cell_id" VARCHAR,
"dest_cell_id" VARCHAR
);
Anyone who has the link will be able to view this.