OpenFaasHook

Openfaas

Interact with OpenFaaS to query, deploy, invoke and update function

View on GitHub

Last Updated: Oct. 23, 2022

Access Instructions

Install the Openfaas provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

function_nameName of the function, Defaults to None
conn_idopenfaas connection to use, Defaults to open_faas_default for example host : http://openfaas.faas.com, Connection Type : Http

Documentation

Interact with OpenFaaS to query, deploy, invoke and update function

Was this page helpful?