Skip to content

Releases: OCHA-DAP/hdx-python-database

1.3.9

27 May 22:07

Choose a tag to compare

Use uv frontend
Path aware

Full Changelog: 1.3.8...1.3.9

1.3.8

04 Nov 00:50
d1bd30d

Choose a tag to compare

What's Changed

  • HDXDSYS-2489 Investigate HAPI Pipelines food prices failure - fix batch_populate by @mcarans in #17

Full Changelog: 1.3.7...1.3.8

1.3.7

24 Jul 01:34
7ebfb10

Choose a tag to compare

What's Changed

  • HDXDSYS-409 Update all libraries to latest build stack by @mcarans in #13
  • HDXDSYS-2336 Add xz support to HDX Python Database by @mcarans in #16

Full Changelog: 1.3.6...1.3.7

1.3.6

17 Mar 02:18

Choose a tag to compare

What's Changed

  • HDXDSYS-1895 Add batch_populate method to HDX Python Database by @mcarans in #12

Full Changelog: 1.3.5...1.3.6

1.3.5

10 Feb 19:04
f466c14

Choose a tag to compare

What's Changed

  • HDXDSYS-1748 Fix view creation error caused by using SQLAlchemy 2.0.38 by @mcarans in #11

Full Changelog: 1.3.4...1.3.5

1.3.4

15 Oct 05:22
3f796e9

Choose a tag to compare

What's Changed

  • Add randomisation again by @mcarans in #9
  • HDXDSYS-1159 HDX Python Database - output errors if pg_restore fails by @mcarans in #10

Full Changelog: 1.3.3...1.3.4

1.3.3

08 Aug 05:52

Choose a tag to compare

What's Changed

  • HDXDSYS-955 Don't clear base when cleaning up SQLAlchemy by @mcarans in #8

Full Changelog: 1.3.2...1.3.3

1.3.2

08 Aug 05:25
dad6305

Choose a tag to compare

What's Changed

Full Changelog: 1.3.1...1.3.2

Version 1.3.1

06 May 23:45

Choose a tag to compare

  • Database class refactored
  • With returns Database not Session object and can accept a prepare function called before Base.metadata.create_all
  • get_session can be used to obtain the session.
  • get_engine, get_reflected_classes, get_prepare_results methods added
  • build_view, build_views move into Database class and renamed prepare_view and prepare_views

Version 1.3.0

15 Feb 03:36

Choose a tag to compare

Add table_base parameter to setup