EMS - Communications - MPDS Compliance
City of Austin
@usgov.city_of_austin_ems_communications_mpds_compliance
City of Austin
@usgov.city_of_austin_ems_communications_mpds_compliance
CREATE TABLE table_1 (
"month_key" BIGINT,
"month_year" VARCHAR,
"case_count" BIGINT,
"count_high_compliance" BIGINT,
"percent_high_compliance" BIGINT,
"count_partial_compliance" BIGINT,
"percent_partial_compliance" BIGINT,
"partial_compliance_target" BIGINT,
"count_low_compliance" BIGINT,
"percent_low_compliance" BIGINT,
"low_compliance_target" BIGINT,
"count_compliant" BIGINT,
"percent_compliant" BIGINT,
"count_non_compliant" BIGINT,
"percent_non_compliant" BIGINT,
"non_compliant_target" BIGINT
);
Anyone who has the link will be able to view this.