Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions hub/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

.. _changelog_2025-06-26:

2025-06-26
----------
* Added the ``system`` property to the :ref:`embedded <embedded_source>` source.

.. _changelog_2025-06-25:

2025-06-25
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ Properties
-
- Yes

* - ``system``
- String
- The id of the :ref:`System <system_section>` component to use. This
propery has no effect as it is primarily meant to be used when the embedded source is used in a pipe with a
conditional source. When used with a conditional source and the ``system`` property is specified then the Graph view
in the Management Studio will show the system specified.
-
-

* - ``if_source_empty``
- Enum<String>
- Determines the behaviour of the pipe when the source does not contain any entities. Normally, any previously synced
Expand Down