airflow.providers.plexus.hooks.plexus

Module Contents

Classes

PlexusHook

Used for jwt token generation and storage to make Plexus API calls.

class airflow.providers.plexus.hooks.plexus.PlexusHook[source]

Bases: airflow.hooks.base.BaseHook

Used for jwt token generation and storage to make Plexus API calls.

Requires email and password Airflow variables be created.

Example:
property token: Any[source]

Returns users token.

Was this entry helpful?