FIXES:
- Removed
driver
setting fromkeboola_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:
- Added in support for
clone
loading type onkeboola_transformation
(https://help.keboola.com/transformations/snowflake/#clone-table). - Added support for
enabled
onkeboola_orchestration
, which allows control over whether an Orchestration will automatically run on its configured schedule.
FIXES:
- Fixed a bug in
keboola_gooddata_writer_v3
where thename
property in column definitions was not being populated correctly.
FIXES:
- Fixed a bug in
keboola_gooddata_writer_v3
which caused extra storage tables to be created in the GoodData Writer configuration.
IMPROVEMENTS:
- Added
keboola_ftp_extractor
andkeboola_ftp_extractor_file
for managing FTP Extractor for FTP, FTPS and SFTP server integrations.
DEPRECATIONS:
keboola_storage_table
:indexed_columns
has been deprecated and no longer has any effect: http://status.keboola.com/week-in-review-february-12-2018keboola_gooddata_writer
andkeboola_gooddata_user_management
have been deprecated and should no longer be used: http://status.keboola.com/weeks-in-review-april-20-2019. They have been replaced withkeboola_gooddata_writer_v3
andkeboola_gooddata_user_management_v2
respectively.
IMPROVEMENTS:
- Added
keboola_gooddata_writer_v3
andkeboola_gooddata_user_management_v2
resources. keboola_snowflake_extractor
: Added support for the Snowflake Extractor resource/component in Keboola Connection.
IMPROVEMENTS:
keboola_storage_bucket
: Supports linking of shared buckets between Keboola projects. Using the newis_linked
,source_project_id
, andsource_bucket_id
properties.
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
andworkspaceID
onProvisionSnowflakeResponse
are nowstring
types instead ofint
types.keboola_snowflake_writer_tables
: Data filtering columns (e.g.where_column
,changed_since
) are now mapped.