TheBlick / blick-scrapper

MIT License
0 stars 0 forks source link

Add generic schema to all models in Greenhouse job postings table #6

Open gabryuri opened 2 months ago

gabryuri commented 2 months ago

We need a generic schema for the output of all models that validate rows for the job postings. This is because the database handler uses the first row's schema to create the SQL statement, so we need to be sure that no variations in this schema occur.

This issue was mentioned in PR #5: https://github.com/TheBlick/blick-scrapper/pull/5#discussion_r1597686068