TabularHook

Tabular

This hook acts as a base hook for tabular services. It offers the ability to generate temporary, short-lived session tokens to use within Airflow submitted jobs.

View on GitHub

Last Updated: Oct. 23, 2022

Access Instructions

Install the Tabular provider package into your Airflow environment.

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

Parameters

tabular_conn_idThe Tabular connection id which refers to the information to connect to the Tabular OAuth service.

Documentation

This hook acts as a base hook for tabular services. It offers the ability to generate temporary, short-lived session tokens to use within Airflow submitted jobs.

Was this page helpful?