TabularHook
TabularThis 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.
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.