DM - Number of repeat significant deficiencies and/or material weaknesses remaining within one year of determination
This indicator ensures that the Department of Commerce is accountable to the American people, and that no repeat Significant Deficiencies, formerly known as “Reportable Conditions,” (i.e., deficiencies in the design or operation of internal controls) and material weaknesses remain unaddressed.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"performance-commerce-gov/dm-number-of-repeat-significant-deficiencies-andor-5n4x-u5d3\".\"dm_number_of_repeat_significant_deficiencies_andor\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.