L&I Public Works Apprentice Utilization
Updated daily based on weekly certified payroll reports filed for all projects where the prime’s intent was filed on/after July 1, 2019. Use the Project ID as the unique identifier to link data from other L&I public works datasets. Important: This DOES NOT provide the FINAL utilization, hour, or wage data for the project.
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 \"wa-gov/li-public-works-apprentice-utilization-ijvn-uemp\".\"li_public_works_apprentice_utilization\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.