Run KNIME workflows via NodePit batch executor
Project description
Summary
Run KNIME workflows via NodePit batch executor (https://nodepit.com/product/batch)
Install
pip install knime-nodepit-batch
Usage
-Import the package -Create a workflow -Execute with an optional path to your KNIME preferances file
from knime_nodepit_batch import Workflow
wf = Workflow(r"C:\path\to\workflow")
wf.execute(preferences_path=r"C:\path\to\knime_preferences.epf")
The KNIME executable path defaults to C:\Program Files\KNIME\knime.exe on
Windows, /Applications/KNIME.app/Contents/MacOS/knime on macOS, and
/opt/knime on Linux. Override it by setting the
KNIME_EXEC environment variable.
Notes
By default this runs KNIME with the following options
- -nosplash
- --reset
- --no-save
- --launcher.suppressErrors
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file knime_nodepit_batch-0.1.2.tar.gz.
File metadata
- Download URL: knime_nodepit_batch-0.1.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c7aaec716bd1eacabc3def0df2d96acaada510ffd10dfa47af45dc5965030be
|
|
| MD5 |
32dbb1126b8194d214989efcbc2edacd
|
|
| BLAKE2b-256 |
ac9aab8aee6ed464b8acff948264ebb610f45ecdf3bb53f72bb68b78538b88a9
|
File details
Details for the file knime_nodepit_batch-0.1.2-py3-none-any.whl.
File metadata
- Download URL: knime_nodepit_batch-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
356f7b379f039e705e9b414f1c67c92f4e97d0d769308ed25cfeb817bd79c3ba
|
|
| MD5 |
4af0b31aaae2e1c41adf409afde90f50
|
|
| BLAKE2b-256 |
7c4559c0ad30ab5be57255bad910a835cdaab4759e108e34063f83e32ea7af0d
|