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"
}
}