Complete the airflow survey & get a free airflow 3 certification!

airflow.providers.apache.impala.hooks.impala

Classes

ImpalaHook

Interact with Apache Impala through impyla.

Module Contents

class airflow.providers.apache.impala.hooks.impala.ImpalaHook(*args, schema=None, log_sql=True, **kwargs)[source]

Bases: airflow.providers.common.sql.hooks.sql.DbApiHook

Interact with Apache Impala through impyla.

conn_name_attr = 'impala_conn_id'[source]
default_conn_name = 'impala_default'[source]
conn_type = 'impala'[source]
hook_name = 'Impala'[source]
get_conn()[source]

Return a connection object.

property sqlalchemy_url: sqlalchemy.engine.URL[source]

Return a sqlalchemy.engine.URL object constructed from the connection.

get_uri()[source]

Return a SQLAlchemy engine URL as a string.

Was this entry helpful?