airflow.providers.plexus.hooks.plexus

Module Contents

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:
token[source]

Returns users token

_generate_token(self)[source]

Was this entry helpful?