Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deephaven/action-assert-dh-tables-present
GitHub Action to assert the presence of specific tables in a Deephaven instance.
https://github.com/deephaven/action-assert-dh-tables-present
deephaven
Last synced: 27 days ago
JSON representation
GitHub Action to assert the presence of specific tables in a Deephaven instance.
- Host: GitHub
- URL: https://github.com/deephaven/action-assert-dh-tables-present
- Owner: deephaven
- License: apache-2.0
- Created: 2021-10-29T15:00:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-30T17:02:55.000Z (over 2 years ago)
- Last Synced: 2024-11-14T22:03:16.707Z (about 2 months ago)
- Topics: deephaven
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# action-assert-dh-tables-present
This action asserts the presence of Deephaven tables with specific names within a running Deephaven instance.
## Parameters
| Parameter | Description | Required |
|--|--|--|
| table-names | A string containing a comma separated list of table names to check. | Yes |
| host | The host name or IP address of the Deephaven instance. | Yes |
| max-retries | The number of times to retry connecting to Deephaven before performing the table assertion. Defaults to 5. | No |
| session-type | The Deephaven session type. Defaults to `python`. | No |## Example
```
- name: Assert Deephaven tables are present
uses: deephaven/action-assert-dh-tables-present@main
with:
table-names: source,result
host: envoy
max-retries: 4
session-type: python
```## License
Licensed under the Apache License, Version 2.0