This commit is contained in:
Aaron Keys 2015-05-15 09:44:32 -07:00
Родитель 4069c55013
Коммит d5494dffeb
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -7,9 +7,9 @@ from airflow.hooks.base_hook import BaseHook
class SqliteHook(BaseHook): class SqliteHook(BaseHook):
''' """
Interact with SQLite. Interact with SQLite.
''' """
def __init__( def __init__(
self, sqlite_conn_id='sqlite_default'): self, sqlite_conn_id='sqlite_default'):