diff --git a/hub/changelog.rst b/hub/changelog.rst index 2ee5aaa5fc..a8e8dde667 100644 --- a/hub/changelog.rst +++ b/hub/changelog.rst @@ -1,6 +1,13 @@ Changelog ========= +.. _changelog_2025-06-17: + +2025-06-17 +---------- +* Added the ``bulk_schema`` property to the :ref:`SQL sink `. +* ``use_bulk_operations=true`` now works with a custom database schema in the :ref:`SQL sink ` using the :ref:`Microsoft SQL Server system `. + .. _changelog_2025-06-16: 2025-06-16 diff --git a/hub/documentation/service-configuration/pipes/configuration-sinks-sql.rst b/hub/documentation/service-configuration/pipes/configuration-sinks-sql.rst index 6c39e16a24..0e5e42509a 100644 --- a/hub/documentation/service-configuration/pipes/configuration-sinks-sql.rst +++ b/hub/documentation/service-configuration/pipes/configuration-sinks-sql.rst @@ -84,6 +84,14 @@ Properties - - + * - ``bulk_schema`` + - String + - Specifies the database schema that should be used when creating temporary tables in the bulk + operations mode. This property is currently only used by + the :ref:`Microsoft SQL Server system `. + - + - + * - ``timestamp`` - String - Defines a name of a property (column) that is added to each entity, containg a timestamp in UTC. @@ -98,7 +106,7 @@ Properties operations requires Sesam to have extra permissions in the database, for instance). Only some sql systems supports bulk operations, see :ref:`the documentation of the SQL systems ` for details. - - ``false`` for now; will be changed to ``true`` at some future date. + - ``false`` - * - ``keep_failed_bulk_operation_files``