2024 Citywide Retention Audit - Employee Survey Results
The audit team surveyed City staff from January 29th, 2024 to February 14th, 2024. All employees who received the survey link were eligible to respond. See the full audit report at: https://www.austintexas.gov/sites/default/files/files/Auditor/Audit_Reports/Citywide_Retention_August_2024.pdf
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 \"datahub-austintexas-gov/2024-citywide-retention-audit-employee-survey-nhy2-6a3s\".\"2024_citywide_retention_audit_employee_survey\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.