Agricultural Overtime Repayable Award Program
In the 2023 legislative session, Business Oregon was directed to develop and administer a repayable award program under House Bill 2058 to provide financial assistance to eligible employers to mitigate costs associated with Agricultural Overtime Law requirements.
This report covers fiscal years 2023-2024.
For more information, please visit https://www.oregon.gov/biz/programs/ag_overtime_repayable/Pages/default.aspx
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 \"oregon-gov/agricultural-overtime-repayable-award-program-imiu-3qgq\".\"agricultural_overtime_repayable_award_program\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.