Skip to content

Releases: keboola/python-component

1.8.3

22 Jan 08:12
f77d06b

Choose a tag to compare

What's Changed

  • Simplify workflows and enable dual PyPI publishing by @soustruh in #88

Full Changelog: 1.8.2...1.8.3

1.8.2

21 Jan 14:14
fa07342

Choose a tag to compare

What's Changed

  • checkout main before docs commit to avoid detached HEAD push failure by @soustruh in #87

Full Changelog: 1.8.1...1.8.2

1.8.1

21 Jan 12:53
105ba7b

Choose a tag to compare

What's Changed

Full Changelog: 1.8.0...1.8.1

1.8.0

21 Jan 10:20
c7145d2

Choose a tag to compare

What's Changed

Full Changelog: 1.6.13...1.8.0

1.6.13

15 Sep 14:00
f266b78

Choose a tag to compare

Added support for file_type parameter of input tables

1.6.12

25 Aug 10:30
0acdaa0

Choose a tag to compare

What's Changed

  • CFT-3364 fix sync action message types by @soustruh in #83

New Contributors

Full Changelog: 1.6.11...1.6.12

1.6.11

18 Aug 11:11
7cba656

Choose a tag to compare

Added missing s3 and abs staging for input tables
Fixed files input mapping

1.6.10

17 Jan 11:55
58c75d4

Choose a tag to compare

Changes:

  • fix - include columns in the legacy manifest only when the csv doesn't contain header

1.6.9

10 Jan 07:29
044c7bc

Choose a tag to compare

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
cdd3ba9

Choose a tag to compare

  • 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