Skip to content

Update an Aqueduct Workflow

Actions
This GitHub Action installs the aqueduct-sdk package and runs an Aqueduct workflow script
v1
Latest
Star (0)

Tags

 (1)

Update Aqueduct Workflow GitHub Action

This action installs the aqueduct-sdk package and runs an Aqueduct workflow script. The workflow script can access the Aqueduct server address and the api key via environment variables "AQUEDUCT_SERVER_ADDRESS" and "AQUEDUCT_API_KEY".

Inputs

server_address

Required IP address of the Aqueduct server.

port

Optional Port on which the server is listening.

api_key

Required Api key to gain access to the server. This should be passed in as a GitHub secret.

path

Required Path to the workflow script.

Example usage

uses: aqueducthq/aqueduct-workflow-script-runner@v1
with:
  server_address: 1.2.3.4
  port: 8080 # Optional
  api_key: ${{ secrets.AQUEDUCT_API_KEY }}
  path: workflow/churn_prediction.py

Update an Aqueduct Workflow is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

This GitHub Action installs the aqueduct-sdk package and runs an Aqueduct workflow script
v1
Latest

Tags

 (1)

Update an Aqueduct Workflow is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.