Skip to content

1.17.0

Compare
Choose a tag to compare
@jc-harrison jc-harrison released this 14 Jul 09:01
· 3346 commits to master since this release

Added

  • inflows and outflows exposed via API endpoint + added to flowclient #2029, #4866

Changed

  • Action Needed Airflow updated to version 2.3.3; backup flowetl_db before applying update #4940
  • Tables created under the cache schema in FlowDB will automatically be set to be owned by the flowmachine user. #4714
  • Query.explain will now explain the query even where it is already stored. #1285
  • unstored_dependencies_graph no longer blocks until dependencies are in a determinate state. #4949
  • In and out flows no longer return location columns with to/from suffix.
  • FlowDB now always creates a role named flowmachine.
  • Flowmachine will set the state of a query being stored to cancelled if interrupted while the store is running.
  • Flowmachine now supports sqlalchemy >=1.4 #5140

Fixed

  • Flowmachine now makes the built in flowmachine role owner of cache tables as a post-action when a query is stored. #4714
  • TopupBalance now returns the weighted mode when requested instead of weighted median #1412
  • Fixed in and out flow geojson for multicolumn location types #5132

Removed

  • use_file_flux_sensor removed entirely. #2812
  • Model, ModelResult and Louvain have been removed. #5168