Airflow Summit 2026 is coming August 31 - September 2 in Austin, TX. Register now to secure your spot!

tests.system.apache.arrow.example_adbc

Example Dag demonstrating AdbcHook.

Prerequisites

An Airflow connection of type adbc must exist with conn_id adbc_sqlite_default:

{
  "conn_id": "adbc_sqlite_default",
  "conn_type": "adbc",
  "host": "file::memory:?cache=shared",
  "extra": {
    "driver": "adbc_driver_sqlite"
  }
}

Attributes

ENV_ID

DAG_ID

CONN_ID

test_run

Functions

create_table()

Module Contents

tests.system.apache.arrow.example_adbc.ENV_ID[source]
tests.system.apache.arrow.example_adbc.DAG_ID = 'example_adbc'[source]
tests.system.apache.arrow.example_adbc.CONN_ID = 'adbc_sqlite_default'[source]
tests.system.apache.arrow.example_adbc.create_table()[source]
tests.system.apache.arrow.example_adbc.test_run[source]

Was this entry helpful?