Skip to content

Releases: tulibraries/tulflow

v0.7.2

11 Jan 20:21
eca267e
Compare
Choose a tag to compare
  • Pin the lxml release to v4.4.3 (later versions break our dags 😢 )

v0.7.1

11 Jan 19:22
0d31500
Compare
Choose a tag to compare
  • Fix fails when OAI returns empty list
  • Fix fails when OAI record has no metadata
  • Allow override of Sickle classes
  • Move CI to circle ci.
  • Upgrades to apache airflow 1.10.14
  • Refactor some aws s3 calls to allow for overriding.

v0.6.3...v0.7.1

Fix does not retry harvest on 500 error.

07 Jul 19:01
22d8043
Compare
Choose a tag to compare
Merge pull request #55 from tulibraries/add-http-retries

Fix harvest not retrying on 500 error.

Retry OAI Harvest more generously

16 Jun 20:22
23cbc1f
Compare
Choose a tag to compare

Will now retry failed OAI harvest requests if it receives 500 or 503 response, instead of just the default 503.

Raise Exception when all records in all files deleted.

10 Jun 18:51
cf58987
Compare
Choose a tag to compare
  • Only raise an exception if all records in all files get deleted, not if some files still have records.

Add Exception

20 May 14:55
ab14ebe
Compare
Choose a tag to compare

When everything gets filtered throw and exception.

Improved Logging

23 Mar 17:53
346ffa3
Compare
Choose a tag to compare

Adds better logging for

  • OAI Harvests
  • CSV Harvests
  • Schematron Validation reports
  • Schematron Filtering
  • Fix handling namespacing to prevent dynamic namespaces in every record

Update README.md and dependencies

07 Feb 20:59
9ec7499
Compare
Choose a tag to compare

Updates

  • Adds instructions to README.md

Fixes

  • Pins lxml and werkzeug(recent versions are causing things to break)

Log fetching csv lookup file from s3.

22 Jan 20:05
888329d
Compare
Choose a tag to compare
Merge pull request #41 from tulibraries/log-fetching-from-s3

Log fetching csv file from aws s3.

Cache pulling CSV from s3

21 Jan 19:15
3511950
Compare
Choose a tag to compare
  • caches pulling csv from s3
  • updates maven link to new https version.