This is an automated email from the ASF dual-hosted git repository.
bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes-website.git
The following commit(s) were added to refs/heads/dev by this push:
new 99ab7ad28 chore(python-docs): update python doc assets to recent
development state (#194)
99ab7ad28 is described below
commit 99ab7ad28a13698ee1a8ba3c70e8f8ec02024f63
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 27 07:38:57 2024 +0200
chore(python-docs): update python doc assets to recent development state
(#194)
---
docs-python/dev/reference/client/client/index.html | 2 +-
docs-python/dev/reference/client/config/index.html | 22 ++++-
.../client/credential_provider/index.html | 2 +-
.../endpoint/api/data_lake_measure/index.html | 2 +-
.../reference/endpoint/api/data_stream/index.html | 2 +-
.../dev/reference/endpoint/api/version/index.html | 2 +-
.../dev/reference/endpoint/endpoint/index.html | 2 +-
.../dev/reference/endpoint/exceptions/index.html | 2 +-
.../function_zoo/river_function/index.html | 2 +-
.../reference/functions/broker/broker/index.html | 2 +-
.../functions/broker/broker_handler/index.html | 2 +-
.../reference/functions/broker/consumer/index.html | 2 +-
.../broker/kafka/kafka_consumer/index.html | 2 +-
.../broker/kafka/kafka_message_fetcher/index.html | 2 +-
.../broker/kafka/kafka_publisher/index.html | 2 +-
.../functions/broker/nats/nats_consumer/index.html | 2 +-
.../broker/nats/nats_publisher/index.html | 2 +-
.../functions/broker/output_collector/index.html | 2 +-
.../functions/broker/publisher/index.html | 2 +-
.../functions/function_handler/index.html | 2 +-
.../reference/functions/registration/index.html | 2 +-
.../functions/streampipes_function/index.html | 2 +-
.../functions/utils/async_iter_handler/index.html | 2 +-
.../functions/utils/data_stream_context/index.html | 2 +-
.../utils/data_stream_generator/index.html | 4 +-
.../functions/utils/function_context/index.html | 2 +-
docs-python/dev/reference/model/common/index.html | 2 +-
.../model/container/data_lake_measures/index.html | 2 +-
.../model/container/data_streams/index.html | 2 +-
.../model/container/resource_container/index.html | 2 +-
.../reference/model/container/versions/index.html | 2 +-
.../model/resource/data_lake_measure/index.html | 2 +-
.../model/resource/data_series/index.html | 2 +-
.../model/resource/data_stream/index.html | 2 +-
.../reference/model/resource/exceptions/index.html | 2 +-
.../model/resource/function_definition/index.html | 2 +-
.../model/resource/query_result/index.html | 2 +-
.../reference/model/resource/resource/index.html | 2 +-
.../reference/model/resource/version/index.html | 2 +-
docs-python/dev/search/search_index.json | 2 +-
docs-python/dev/sitemap.xml | 96 ++++++++++-----------
docs-python/dev/sitemap.xml.gz | Bin 712 -> 712 bytes
42 files changed, 108 insertions(+), 90 deletions(-)
diff --git a/docs-python/dev/reference/client/client/index.html
b/docs-python/dev/reference/client/client/index.html
index 422ad2f08..c00b4456e 100644
--- a/docs-python/dev/reference/client/client/index.html
+++ b/docs-python/dev/reference/client/client/index.html
@@ -2810,7 +2810,7 @@ The following StreamPipes resources are available with
this client:
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git a/docs-python/dev/reference/client/config/index.html
b/docs-python/dev/reference/client/config/index.html
index fcdaeb011..900c98abf 100644
--- a/docs-python/dev/reference/client/config/index.html
+++ b/docs-python/dev/reference/client/config/index.html
@@ -2290,7 +2290,7 @@
<h2 id="streampipes.client.config.StreamPipesClientConfig" class="doc
doc-heading">
- <code class="highlight language-python"><span
class="n">StreamPipesClientConfig</span><span class="p">(</span><span
class="n">credential_provider</span><span class="p">,</span> <span
class="n">host_address</span><span class="p">,</span> <span
class="n">https_disabled</span><span class="o">=</span><span
class="kc">False</span><span class="p">,</span> <span
class="n">port</span><span class="o">=</span><span class="mi">80</span><span
class="p">)</span></code>
+ <code class="highlight language-python"><span
class="n">StreamPipesClientConfig</span><span class="p">(</span><span
class="n">credential_provider</span><span class="p">,</span> <span
class="n">host_address</span><span class="p">,</span> <span
class="n">https_disabled</span><span class="o">=</span><span
class="kc">False</span><span class="p">,</span> <span
class="n">port</span><span class="o">=</span><span class="mi">80</span><span
class="p">,</span> <span class="n">additional [...]
<span class="doc doc-labels">
<small class="doc doc-label
doc-label-dataclass"><code>dataclass</code></small>
@@ -2381,6 +2381,24 @@ e.g., <code>80</code> (with http) or <code>443</code>
(with https)</p>
</p>
</td>
</tr>
+ <tr>
+ <td><code>additional_headers</code></td>
+ <td class="doc-param-details">
+ <div class="doc-md-description">
+ <p>Specifies additional HTTP headers that should be sent with
each request, e.g., proxy headers</p>
+ </div>
+ <p>
+ <span class="doc-param-annotation">
+ <b>TYPE:</b>
+ <code><span title="typing.Optional">Optional</span>[<span
title="typing.Dict">Dict</span>[str, str]]</code>
+ </span>
+ <span class="doc-param-default">
+ <b>DEFAULT:</b>
+ <code>dict()</code>
+ </span>
+ </p>
+ </td>
+ </tr>
</tbody>
</table>
@@ -2425,7 +2443,7 @@ e.g., <code>80</code> (with http) or <code>443</code>
(with https)</p>
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git a/docs-python/dev/reference/client/credential_provider/index.html
b/docs-python/dev/reference/client/credential_provider/index.html
index aa1d5af3c..ab645ff77 100644
--- a/docs-python/dev/reference/client/credential_provider/index.html
+++ b/docs-python/dev/reference/client/credential_provider/index.html
@@ -2803,7 +2803,7 @@ determined by the credential provider.</p>
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git
a/docs-python/dev/reference/endpoint/api/data_lake_measure/index.html
b/docs-python/dev/reference/endpoint/api/data_lake_measure/index.html
index 4a305e5f5..166e22446 100644
--- a/docs-python/dev/reference/endpoint/api/data_lake_measure/index.html
+++ b/docs-python/dev/reference/endpoint/api/data_lake_measure/index.html
@@ -3089,7 +3089,7 @@ causes an error.</p>
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git a/docs-python/dev/reference/endpoint/api/data_stream/index.html
b/docs-python/dev/reference/endpoint/api/data_stream/index.html
index c62bd9078..820773d4e 100644
--- a/docs-python/dev/reference/endpoint/api/data_stream/index.html
+++ b/docs-python/dev/reference/endpoint/api/data_stream/index.html
@@ -2676,7 +2676,7 @@ allows to handle the returned resources in a comfortable
and pythonic way.</p>
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git a/docs-python/dev/reference/endpoint/api/version/index.html
b/docs-python/dev/reference/endpoint/api/version/index.html
index 2f85b24ff..22dc323d5 100644
--- a/docs-python/dev/reference/endpoint/api/version/index.html
+++ b/docs-python/dev/reference/endpoint/api/version/index.html
@@ -2696,7 +2696,7 @@ Since the data represented by this endpoint is immutable,
it does not support th
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git a/docs-python/dev/reference/endpoint/endpoint/index.html
b/docs-python/dev/reference/endpoint/endpoint/index.html
index 1de3e5e4e..a2045dbb4 100644
--- a/docs-python/dev/reference/endpoint/endpoint/index.html
+++ b/docs-python/dev/reference/endpoint/endpoint/index.html
@@ -2983,7 +2983,7 @@ The based <code>broker</code> instance is passed to an
internal property.</p>
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git a/docs-python/dev/reference/endpoint/exceptions/index.html
b/docs-python/dev/reference/endpoint/exceptions/index.html
index c3c0afc5b..b0900092d 100644
--- a/docs-python/dev/reference/endpoint/exceptions/index.html
+++ b/docs-python/dev/reference/endpoint/exceptions/index.html
@@ -2367,7 +2367,7 @@ the broker instance to be used is configured by passing
it to the <code>configur
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git a/docs-python/dev/reference/function_zoo/river_function/index.html
b/docs-python/dev/reference/function_zoo/river_function/index.html
index 05c4f67c9..70a1a0b4a 100644
--- a/docs-python/dev/reference/function_zoo/river_function/index.html
+++ b/docs-python/dev/reference/function_zoo/river_function/index.html
@@ -3291,7 +3291,7 @@ but can be every model with a 'learn_one' and
'predict_one' method.</p>
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git a/docs-python/dev/reference/functions/broker/broker/index.html
b/docs-python/dev/reference/functions/broker/broker/index.html
index 2f0320bcc..65cb5986b 100644
--- a/docs-python/dev/reference/functions/broker/broker/index.html
+++ b/docs-python/dev/reference/functions/broker/broker/index.html
@@ -2504,7 +2504,7 @@
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git
a/docs-python/dev/reference/functions/broker/broker_handler/index.html
b/docs-python/dev/reference/functions/broker/broker_handler/index.html
index 0d7be732f..ae9c98de6 100644
--- a/docs-python/dev/reference/functions/broker/broker_handler/index.html
+++ b/docs-python/dev/reference/functions/broker/broker_handler/index.html
@@ -2620,7 +2620,7 @@
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git a/docs-python/dev/reference/functions/broker/consumer/index.html
b/docs-python/dev/reference/functions/broker/consumer/index.html
index 610226ca2..594b4adc1 100644
--- a/docs-python/dev/reference/functions/broker/consumer/index.html
+++ b/docs-python/dev/reference/functions/broker/consumer/index.html
@@ -2570,7 +2570,7 @@
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git
a/docs-python/dev/reference/functions/broker/kafka/kafka_consumer/index.html
b/docs-python/dev/reference/functions/broker/kafka/kafka_consumer/index.html
index 09093f2ff..41defe08d 100644
--- a/docs-python/dev/reference/functions/broker/kafka/kafka_consumer/index.html
+++ b/docs-python/dev/reference/functions/broker/kafka/kafka_consumer/index.html
@@ -2566,7 +2566,7 @@
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git
a/docs-python/dev/reference/functions/broker/kafka/kafka_message_fetcher/index.html
b/docs-python/dev/reference/functions/broker/kafka/kafka_message_fetcher/index.html
index 4e3e5713d..1108125b1 100644
---
a/docs-python/dev/reference/functions/broker/kafka/kafka_message_fetcher/index.html
+++
b/docs-python/dev/reference/functions/broker/kafka/kafka_message_fetcher/index.html
@@ -2439,7 +2439,7 @@
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git
a/docs-python/dev/reference/functions/broker/kafka/kafka_publisher/index.html
b/docs-python/dev/reference/functions/broker/kafka/kafka_publisher/index.html
index 57e009715..8cf7da4b8 100644
---
a/docs-python/dev/reference/functions/broker/kafka/kafka_publisher/index.html
+++
b/docs-python/dev/reference/functions/broker/kafka/kafka_publisher/index.html
@@ -2593,7 +2593,7 @@
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git
a/docs-python/dev/reference/functions/broker/nats/nats_consumer/index.html
b/docs-python/dev/reference/functions/broker/nats/nats_consumer/index.html
index ca9e67ffc..98b6abd68 100644
--- a/docs-python/dev/reference/functions/broker/nats/nats_consumer/index.html
+++ b/docs-python/dev/reference/functions/broker/nats/nats_consumer/index.html
@@ -2566,7 +2566,7 @@
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git
a/docs-python/dev/reference/functions/broker/nats/nats_publisher/index.html
b/docs-python/dev/reference/functions/broker/nats/nats_publisher/index.html
index 2bf028642..14ffaa5f5 100644
--- a/docs-python/dev/reference/functions/broker/nats/nats_publisher/index.html
+++ b/docs-python/dev/reference/functions/broker/nats/nats_publisher/index.html
@@ -2593,7 +2593,7 @@
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git
a/docs-python/dev/reference/functions/broker/output_collector/index.html
b/docs-python/dev/reference/functions/broker/output_collector/index.html
index a6964126a..d2d5670f5 100644
--- a/docs-python/dev/reference/functions/broker/output_collector/index.html
+++ b/docs-python/dev/reference/functions/broker/output_collector/index.html
@@ -2546,7 +2546,7 @@ Therefore, the output collector establishes a connection
to the broker.</p>
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git a/docs-python/dev/reference/functions/broker/publisher/index.html
b/docs-python/dev/reference/functions/broker/publisher/index.html
index 906f99f28..dad1bd28f 100644
--- a/docs-python/dev/reference/functions/broker/publisher/index.html
+++ b/docs-python/dev/reference/functions/broker/publisher/index.html
@@ -2594,7 +2594,7 @@
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git a/docs-python/dev/reference/functions/function_handler/index.html
b/docs-python/dev/reference/functions/function_handler/index.html
index 20f610e46..93eb7dba9 100644
--- a/docs-python/dev/reference/functions/function_handler/index.html
+++ b/docs-python/dev/reference/functions/function_handler/index.html
@@ -2629,7 +2629,7 @@ and is able to stop the connection to the brokers and
functions.</p>
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git a/docs-python/dev/reference/functions/registration/index.html
b/docs-python/dev/reference/functions/registration/index.html
index 9ebffe9ce..7ee451d6e 100644
--- a/docs-python/dev/reference/functions/registration/index.html
+++ b/docs-python/dev/reference/functions/registration/index.html
@@ -2525,7 +2525,7 @@
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git
a/docs-python/dev/reference/functions/streampipes_function/index.html
b/docs-python/dev/reference/functions/streampipes_function/index.html
index 04cb4fdec..e3deb4cb8 100644
--- a/docs-python/dev/reference/functions/streampipes_function/index.html
+++ b/docs-python/dev/reference/functions/streampipes_function/index.html
@@ -2919,7 +2919,7 @@ data analytics libraries there.</p>
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git
a/docs-python/dev/reference/functions/utils/async_iter_handler/index.html
b/docs-python/dev/reference/functions/utils/async_iter_handler/index.html
index 4e2321b91..08647df3d 100644
--- a/docs-python/dev/reference/functions/utils/async_iter_handler/index.html
+++ b/docs-python/dev/reference/functions/utils/async_iter_handler/index.html
@@ -2551,7 +2551,7 @@
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git
a/docs-python/dev/reference/functions/utils/data_stream_context/index.html
b/docs-python/dev/reference/functions/utils/data_stream_context/index.html
index 953b1ffd9..ebbf832ea 100644
--- a/docs-python/dev/reference/functions/utils/data_stream_context/index.html
+++ b/docs-python/dev/reference/functions/utils/data_stream_context/index.html
@@ -2488,7 +2488,7 @@
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git
a/docs-python/dev/reference/functions/utils/data_stream_generator/index.html
b/docs-python/dev/reference/functions/utils/data_stream_generator/index.html
index 2c1673ebe..9839f1c11 100644
--- a/docs-python/dev/reference/functions/utils/data_stream_generator/index.html
+++ b/docs-python/dev/reference/functions/utils/data_stream_generator/index.html
@@ -2475,7 +2475,7 @@
<p>
<span class="doc-param-annotation">
<b>TYPE:</b>
- <code><span
title="typing.Optional">Optional</span>[str]</code>
+ <code>str</code>
</span>
<span class="doc-param-default">
<b>DEFAULT:</b>
@@ -2533,7 +2533,7 @@
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git
a/docs-python/dev/reference/functions/utils/function_context/index.html
b/docs-python/dev/reference/functions/utils/function_context/index.html
index fe0a8c802..d86e51658 100644
--- a/docs-python/dev/reference/functions/utils/function_context/index.html
+++ b/docs-python/dev/reference/functions/utils/function_context/index.html
@@ -2516,7 +2516,7 @@
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git a/docs-python/dev/reference/model/common/index.html
b/docs-python/dev/reference/model/common/index.html
index 9b7b007e7..ffaf930c3 100644
--- a/docs-python/dev/reference/model/common/index.html
+++ b/docs-python/dev/reference/model/common/index.html
@@ -3802,7 +3802,7 @@ Defines alias generator to convert field names from
camelCase (API) to snake_cas
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git
a/docs-python/dev/reference/model/container/data_lake_measures/index.html
b/docs-python/dev/reference/model/container/data_lake_measures/index.html
index 20357cd60..375c79b18 100644
--- a/docs-python/dev/reference/model/container/data_lake_measures/index.html
+++ b/docs-python/dev/reference/model/container/data_lake_measures/index.html
@@ -2701,7 +2701,7 @@ keys used in the StreamPipes backend</p>
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git a/docs-python/dev/reference/model/container/data_streams/index.html
b/docs-python/dev/reference/model/container/data_streams/index.html
index 3a20d15a6..b2be2d7ce 100644
--- a/docs-python/dev/reference/model/container/data_streams/index.html
+++ b/docs-python/dev/reference/model/container/data_streams/index.html
@@ -2701,7 +2701,7 @@ keys used in the StreamPipes backend</p>
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git
a/docs-python/dev/reference/model/container/resource_container/index.html
b/docs-python/dev/reference/model/container/resource_container/index.html
index c762d6621..03d4ac2f1 100644
--- a/docs-python/dev/reference/model/container/resource_container/index.html
+++ b/docs-python/dev/reference/model/container/resource_container/index.html
@@ -2907,7 +2907,7 @@ does not suit to the structure of resource container.</p>
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git a/docs-python/dev/reference/model/container/versions/index.html
b/docs-python/dev/reference/model/container/versions/index.html
index 8cf5ec437..90bbc4370 100644
--- a/docs-python/dev/reference/model/container/versions/index.html
+++ b/docs-python/dev/reference/model/container/versions/index.html
@@ -2728,7 +2728,7 @@ keys used in the StreamPipes backend</p>
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git
a/docs-python/dev/reference/model/resource/data_lake_measure/index.html
b/docs-python/dev/reference/model/resource/data_lake_measure/index.html
index 888d00789..c05aed346 100644
--- a/docs-python/dev/reference/model/resource/data_lake_measure/index.html
+++ b/docs-python/dev/reference/model/resource/data_lake_measure/index.html
@@ -2565,7 +2565,7 @@ equally named to the StreamPipes backend</p>
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git a/docs-python/dev/reference/model/resource/data_series/index.html
b/docs-python/dev/reference/model/resource/data_series/index.html
index 82d659c68..6e621989b 100644
--- a/docs-python/dev/reference/model/resource/data_series/index.html
+++ b/docs-python/dev/reference/model/resource/data_series/index.html
@@ -2748,7 +2748,7 @@ equally named to the StreamPipes backend</p>
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git a/docs-python/dev/reference/model/resource/data_stream/index.html
b/docs-python/dev/reference/model/resource/data_stream/index.html
index 1bb550af7..0250eb0c8 100644
--- a/docs-python/dev/reference/model/resource/data_stream/index.html
+++ b/docs-python/dev/reference/model/resource/data_stream/index.html
@@ -2560,7 +2560,7 @@ equally named to the StreamPipes backend</p>
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git a/docs-python/dev/reference/model/resource/exceptions/index.html
b/docs-python/dev/reference/model/resource/exceptions/index.html
index f8c079f2d..e9083dfb9 100644
--- a/docs-python/dev/reference/model/resource/exceptions/index.html
+++ b/docs-python/dev/reference/model/resource/exceptions/index.html
@@ -2339,7 +2339,7 @@ cannot be parsed with the current implementation of the
resource.</p>
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git
a/docs-python/dev/reference/model/resource/function_definition/index.html
b/docs-python/dev/reference/model/resource/function_definition/index.html
index 62199bff7..6b65def5f 100644
--- a/docs-python/dev/reference/model/resource/function_definition/index.html
+++ b/docs-python/dev/reference/model/resource/function_definition/index.html
@@ -2989,7 +2989,7 @@ Defines alias generator to convert field names from
camelCase (API) to snake_cas
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git a/docs-python/dev/reference/model/resource/query_result/index.html
b/docs-python/dev/reference/model/resource/query_result/index.html
index 496cee0ba..c985fb013 100644
--- a/docs-python/dev/reference/model/resource/query_result/index.html
+++ b/docs-python/dev/reference/model/resource/query_result/index.html
@@ -2645,7 +2645,7 @@ equally named to the StreamPipes backend</p>
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git a/docs-python/dev/reference/model/resource/resource/index.html
b/docs-python/dev/reference/model/resource/resource/index.html
index b798ac4ce..6cfcf2fbf 100644
--- a/docs-python/dev/reference/model/resource/resource/index.html
+++ b/docs-python/dev/reference/model/resource/resource/index.html
@@ -2568,7 +2568,7 @@ equally named to the StreamPipes backend</p>
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git a/docs-python/dev/reference/model/resource/version/index.html
b/docs-python/dev/reference/model/resource/version/index.html
index 34c8873e3..51f225bff 100644
--- a/docs-python/dev/reference/model/resource/version/index.html
+++ b/docs-python/dev/reference/model/resource/version/index.html
@@ -2588,7 +2588,7 @@ in development mode.</p>
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 13, 2024</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date">July 27, 2024</span>
</small>
diff --git a/docs-python/dev/search/search_index.json
b/docs-python/dev/search/search_index.json
index 0afebe514..00ed4e11c 100644
--- a/docs-python/dev/search/search_index.json
+++ b/docs-python/dev/search/search_index.json
@@ -1 +1 @@
-{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"\ud83c\udfe1
Home","text":"StreamPipes is a self-service (Industrial) IoT toolbox to enable
non-technical users to connect, analyze and explore IoT data streams. Apache
StreamPipes for Python \ud83d\udc0d <p> Apache StreamPipes meets Python! We are
working highly motivated on a Python library to interact with StreamPipes. In
this way, we would like to unite the power of StreamP [...]
\ No newline at end of file
+{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"\ud83c\udfe1
Home","text":"StreamPipes is a self-service (Industrial) IoT toolbox to enable
non-technical users to connect, analyze and explore IoT data streams. Apache
StreamPipes for Python \ud83d\udc0d <p> Apache StreamPipes meets Python! We are
working highly motivated on a Python library to interact with StreamPipes. In
this way, we would like to unite the power of StreamP [...]
\ No newline at end of file
diff --git a/docs-python/dev/sitemap.xml b/docs-python/dev/sitemap.xml
index 90253d563..f1852e4cf 100644
--- a/docs-python/dev/sitemap.xml
+++ b/docs-python/dev/sitemap.xml
@@ -2,242 +2,242 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/getting-started/developing/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/getting-started/first-steps/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/getting-started/quickstart/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/client/client/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/client/config/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/client/credential_provider/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/endpoint/endpoint/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/endpoint/exceptions/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/endpoint/api/data_lake_measure/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/endpoint/api/data_stream/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/endpoint/api/version/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/function_zoo/river_function/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/function_handler/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/registration/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/streampipes_function/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/broker/broker/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/broker/broker_handler/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/broker/consumer/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/broker/output_collector/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/broker/publisher/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/broker/kafka/kafka_consumer/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/broker/kafka/kafka_message_fetcher/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/broker/kafka/kafka_publisher/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/broker/nats/nats_consumer/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/broker/nats/nats_publisher/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/utils/async_iter_handler/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/utils/data_stream_context/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/utils/data_stream_generator/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/utils/function_context/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/model/common/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/model/container/data_lake_measures/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/model/container/data_streams/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/model/container/resource_container/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/model/container/versions/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/model/resource/data_lake_measure/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/model/resource/data_series/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/model/resource/data_stream/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/model/resource/exceptions/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/model/resource/function_definition/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/model/resource/query_result/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/model/resource/resource/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/model/resource/version/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/tutorials/1-introduction-to-streampipes-python-client/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/tutorials/2-extracting-data-from-the-streampipes-data-lake/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/tutorials/3-getting-live-data-from-the-streampipes-data-stream/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/tutorials/4-using-online-machine-learning-on-a-streampipes-data-stream/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/tutorials/5-applying-interoperable-machine-learning-in-streampipes/</loc>
- <lastmod>2024-07-13</lastmod>
+ <lastmod>2024-07-27</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
\ No newline at end of file
diff --git a/docs-python/dev/sitemap.xml.gz b/docs-python/dev/sitemap.xml.gz
index 80645239c..a45277163 100644
Binary files a/docs-python/dev/sitemap.xml.gz and
b/docs-python/dev/sitemap.xml.gz differ