Skip to content

Breaking changes: Change public interface

Choose a tag to compare

@vinceatbluelabs vinceatbluelabs released this 03 Mar 01:59
972bc10

Breaking changes:

  • Initial public interface changes:
    • Move Records objects exports to records package
    • Define public interface for db package
    • Export multiple constructors for records formats
    • Explicitly offer Airflow hooks as public interface
    • Allow easy Records construction with an inferred session
    • Allow Records objects import from key places
  • Remove utility methods not used by records-mover itself

New features:

  • Add SqlAlchemyDbHook for more Airflow support

Bug fixes / reliability improvements:

  • None

Other updates:

  • Add MAINT.md with development information.