Releases: keboola/python-component
Releases · keboola/python-component
1.6.13
15 Sep 14:00
Compare
Sorry, something went wrong.
No results found
Added support for file_type parameter of input tables
1.6.12
25 Aug 10:30
Compare
Sorry, something went wrong.
No results found
1.6.11
18 Aug 11:11
Compare
Sorry, something went wrong.
No results found
Added missing s3 and abs staging for input tables
Fixed files input mapping
1.6.10
17 Jan 11:55
Compare
Sorry, something went wrong.
No results found
Changes:
fix - include columns in the legacy manifest only when the csv doesn't contain header
1.6.9
10 Jan 07:29
Compare
Sorry, something went wrong.
No results found
Changes:
CommonInterface can use the data folder from the current working directory without requiring the specification of the data_folder_path
update of documentation
1.6.8
13 Aug 10:09
Compare
Sorry, something went wrong.
No results found
Added native type support for base.create_out_table_definition_from_schema method
BUGFIX Fixed table_metadata structure from [{"key":"value"},{"key2":"value"}] to {"key":"value", "key2":"value"}
Table description exposed on TableDef level, inserted into table_metadata for backward compatibility
Deprecated methods TableMetadata. add_column_metadata and TableMetadata.add_table_descriptions
What's Changed
Full Changelog : 1.6.7...1.6.8
Changed default behavior
07 Aug 10:47
Compare
Sorry, something went wrong.
No results found
Default to the new manifest when running locally (missing KBC_STACKID env variable).
Default to the legacy queue in KBC.
1.6.6
31 Jul 14:54
Compare
Sorry, something went wrong.
No results found
added write_always and destination parameters in output manifest
building_from_manifest now using using build_input_definition and build_output_definition
1.6.5: Merge pull request #66 from keboola/fix/missing-column
30 Jul 12:33
Compare
Sorry, something went wrong.
No results found
Fix - problem in the legacy manifest of input tables (affecting only processors editing tables from storage)
1.6.4
29 Jul 12:03
Compare
Sorry, something went wrong.
No results found
Possibility to disable native types support allowed by ENV and component by setting storage.output.data_type_support
Fix exporting input tables manifest (affecting processors before components)
Added missing attributes to input manifest