Mechanical Permits
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_mechanical_permits
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_mechanical_permits
Data for all Mechanical Permit applications, including status and work performed. Update Frequency: Daily
Organization: Montgomery County of Maryland
Last updated: 2020-11-10T16:58:17.542696
Tags: building, mechanical, permit, permitting, residential, status
CREATE TABLE table_1 (
"permit_number" BIGINT,
"status" VARCHAR,
"street_number" VARCHAR,
"pre_direction" VARCHAR,
"street_name" VARCHAR,
"street_suffix" VARCHAR,
"post_direction" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip_code" DOUBLE,
"work_type" VARCHAR,
"use_code" VARCHAR,
"added_date" TIMESTAMP,
"issue_date" TIMESTAMP,
"final_date" TIMESTAMP,
"description" VARCHAR,
"application_type" VARCHAR,
"location" VARCHAR
);Anyone who has the link will be able to view this.