Releases: paybyphone/terraform-provider-keboola
Releases · paybyphone/terraform-provider-keboola
0.3.3
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.
0.3.2
0.3.1
0.3.0
0.2.0
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.
0.1.4
0.1.3
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.