- Added support for sync action in ComponentBase. new entry point is now ComponentBase.execute_actions which executes action specified in `configuration.json['action']` or a `run` action by default. - tests, doc updates
1.3.2
Updates: - Remove required configuration validation from ComponentBase constructor to enable sync actions - Docs updates
1.3.1
Refactor IO definition handling
Updates:
- unified method for create manifest `CommonInterface.create_manifest()` Shared abstract class `IODefinition` for File and Table definitions Tests Docs update
1.1.2
- Fixed output file manifest format to contain only allowed attributes
1.1.1
Minor update - fix pytz package version for Keboola Python Transformation workspace compatibility