Skip to content

Releases: paybyphone/terraform-provider-keboola

0.3.3

14 Feb 02:02
Compare
Choose a tag to compare

FIXES:

  • Removed driver setting from keboola_snowflake_extractor, as the Keboola Snowflake Extractor no longer accepts this setting and will fail to run if it is present in the configuration.

IMPROVEMENTS:

0.3.2

19 Jul 21:53
Compare
Choose a tag to compare

FIXES:

  • Fixed a bug in keboola_gooddata_writer_v3 where the name property in column definitions was not being populated correctly.

0.3.1

16 Jul 16:23
Compare
Choose a tag to compare

FIXES:

  • Fixed a bug in keboola_gooddata_writer_v3 which caused extra storage tables to be created in the GoodData Writer configuration.

0.3.0

15 Jul 23:34
cdab49a
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Added keboola_ftp_extractor and keboola_ftp_extractor_file for managing FTP Extractor for FTP, FTPS and SFTP server integrations.

0.2.0

11 Jul 04:33
Compare
Choose a tag to compare

DEPRECATIONS:

IMPROVEMENTS:

  • Added keboola_gooddata_writer_v3 and keboola_gooddata_user_management_v2 resources.
  • keboola_snowflake_extractor: Added support for the Snowflake Extractor resource/component in Keboola Connection.

0.1.4

14 May 00:33
Compare
Choose a tag to compare

IMPROVEMENTS:

  • keboola_storage_bucket: Supports linking of shared buckets between Keboola projects. Using the new is_linked, source_project_id, and source_bucket_id properties.

0.1.3

19 Apr 02:17
Compare
Choose a tag to compare

IMPROVEMENTS:

  • provider: Whitespace is now trimmed from the API key when it is read from configuration, which will help alleviate issues on first set up of terraform.

FIXES:

  • keboola_snowflake_writer: ID and workspaceID on ProvisionSnowflakeResponse are now string types instead of int types.
  • keboola_snowflake_writer_tables: Data filtering columns (e.g. where_column, changed_since) are now mapped.