feldera 0.154.0__tar.gz → 0.155.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {feldera-0.154.0 → feldera-0.155.0}/PKG-INFO +1 -1
- {feldera-0.154.0 → feldera-0.155.0}/feldera/rest/feldera_client.py +1 -1
- {feldera-0.154.0 → feldera-0.155.0}/feldera.egg-info/PKG-INFO +1 -1
- {feldera-0.154.0 → feldera-0.155.0}/pyproject.toml +1 -1
- {feldera-0.154.0 → feldera-0.155.0}/README.md +0 -0
- {feldera-0.154.0 → feldera-0.155.0}/feldera/__init__.py +0 -0
- {feldera-0.154.0 → feldera-0.155.0}/feldera/_callback_runner.py +0 -0
- {feldera-0.154.0 → feldera-0.155.0}/feldera/_helpers.py +0 -0
- {feldera-0.154.0 → feldera-0.155.0}/feldera/enums.py +0 -0
- {feldera-0.154.0 → feldera-0.155.0}/feldera/output_handler.py +0 -0
- {feldera-0.154.0 → feldera-0.155.0}/feldera/pipeline.py +0 -0
- {feldera-0.154.0 → feldera-0.155.0}/feldera/pipeline_builder.py +0 -0
- {feldera-0.154.0 → feldera-0.155.0}/feldera/rest/__init__.py +0 -0
- {feldera-0.154.0 → feldera-0.155.0}/feldera/rest/_helpers.py +0 -0
- {feldera-0.154.0 → feldera-0.155.0}/feldera/rest/_httprequests.py +0 -0
- {feldera-0.154.0 → feldera-0.155.0}/feldera/rest/config.py +0 -0
- {feldera-0.154.0 → feldera-0.155.0}/feldera/rest/errors.py +0 -0
- {feldera-0.154.0 → feldera-0.155.0}/feldera/rest/feldera_config.py +0 -0
- {feldera-0.154.0 → feldera-0.155.0}/feldera/rest/pipeline.py +0 -0
- {feldera-0.154.0 → feldera-0.155.0}/feldera/rest/sql_table.py +0 -0
- {feldera-0.154.0 → feldera-0.155.0}/feldera/rest/sql_view.py +0 -0
- {feldera-0.154.0 → feldera-0.155.0}/feldera/runtime_config.py +0 -0
- {feldera-0.154.0 → feldera-0.155.0}/feldera/stats.py +0 -0
- {feldera-0.154.0 → feldera-0.155.0}/feldera/tests/test_datafusionize.py +0 -0
- {feldera-0.154.0 → feldera-0.155.0}/feldera/testutils.py +0 -0
- {feldera-0.154.0 → feldera-0.155.0}/feldera/testutils_oidc.py +0 -0
- {feldera-0.154.0 → feldera-0.155.0}/feldera.egg-info/SOURCES.txt +0 -0
- {feldera-0.154.0 → feldera-0.155.0}/feldera.egg-info/dependency_links.txt +0 -0
- {feldera-0.154.0 → feldera-0.155.0}/feldera.egg-info/requires.txt +0 -0
- {feldera-0.154.0 → feldera-0.155.0}/feldera.egg-info/top_level.txt +0 -0
- {feldera-0.154.0 → feldera-0.155.0}/setup.cfg +0 -0
|
@@ -418,7 +418,7 @@ Reason: The pipeline is in a STOPPED state due to the following error:
|
|
|
418
418
|
pipeline to start. 300 seconds by default.
|
|
419
419
|
"""
|
|
420
420
|
|
|
421
|
-
self._inner_start_pipeline(pipeline_name, "
|
|
421
|
+
self._inner_start_pipeline(pipeline_name, "standby", wait, timeout_s)
|
|
422
422
|
|
|
423
423
|
def resume_pipeline(
|
|
424
424
|
self,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|