简体   繁体   中英

Listing available drivers in intake

How can I list all the available drivers in intake ?

I attempted to run dir on intake.source , but didn't manage to find a listing of drivers.

In python:

from intake.source import registry
dict(registry)

In shell

> intake drivers list

Most sources will also get an intake.open_... function created at import time, but check out the intake.sources.discovery module to see how these drivers are located. Some may be disables in the config.

Also, you can refer to any driver explicitly by its package.module.Class in a data source, you do not need to have a given driver registered.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM