Skip to content

GitHub Action to assert the presence of specific tables in a Deephaven instance.

License

Notifications You must be signed in to change notification settings

deephaven/action-assert-dh-tables-present

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GitHub Action to assert the presence of specific tables in a Deephaven instance.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages