Skip to content

Commit

Permalink
incorporate review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-abdulsalam committed Jun 18, 2024
1 parent c66e31f commit 7f97c0c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
- Added a new `NAIVE_TIME` data type.

**ConfigurationForm Changes**
- We added options to provide default value and placeholder for the Field.
- We Introduced FieldSet support, which allows to group the Fields and add visibility condition to control displaying on the form.
- The FormField format is updated to support FieldSet. The single attribute should be used to assign the regular fields.
- We have added options to provide default value and placeholder for `Field`.
- We have introduced `FieldSet` support, which allows to group the `Fields` and add visibility condition to control displaying on the form.
- The `FormField` format is updated to support `FieldSet`. A single attribute should be used to assign the regular fields.

**SourceConnector Changes**
- We removed `LogEntry` from Update operation. Now, partners can use `STD::OUT` to send logs. For more details, please refer to the [logging](https://github.com/fivetran/fivetran_sdk/blob/main/development-guide.md#logging) section in the SDK Development Guide.
- Renamed service definition from `Connector` to `SourceConnector`.
- Renamed `OpType` to `RecordType`.
- We have removed `LogEntry` from the Update operation. Now, partners can use `STD::OUT` to send logs. For more details, please refer to the [logging](https://github.com/fivetran/fivetran_sdk/blob/main/development-guide.md#logging) section in the SDK Development Guide.
- We have renamed service definition from `Connector` to `SourceConnector`.
- We have renamed `OpType` to `RecordType`.

**DestinationConnector Changes**
- We have renamed the service definition from `Destination` to `DestinationConnector`.
- A new rpc method `Capabilities` is introduced. This brings the following functionalities:
- Adjust column types: Supports optionally adjusting Partner data type for each Fivetran type.
- Define the max value supported for the columns types.
- Define the maximal value supported for the column types.
- We have added support for providing parquet batch files. Now, partner can choose the file type to create batch files.
- Introduced a new field `supports_history_mode`, which indicates whether the destination supports history mode.
- Changes in AlterTableRequest:
- Takes `table_name` instead of `Table`
- Introduced SchemaDiff field, which supports adding new columns, change column type, and update primary keys.
- We have introduced a new field, `supports_history_mode`, which indicates whether the destination supports history mode.
- Changes in `AlterTableRequest`:
- It now uses `table_name` instead of `Table`
- We have introduced a new field, `SchemaDiff`, which supports adding new columns, changing column type, and updating primary keys.
- Changes in WriteBatchRequest:
- We have added support for parquet batch files configuration details.
- Introduced new field `HistoryMode`, which indicates history mode is enabled for table.
- We have introduced new field `HistoryMode`, which indicates that history mode is enabled for the table.

0 comments on commit 7f97c0c

Please sign in to comment.