* sqlite destination skeleton * Add doc * Add destination to general docs * clean unused files * add seed and icon * sqlite destination skeleton * Add doc * Add destination to general docs * add seed and icon * correct config file * remove unused import * run seed spec file Co-authored-by: marcosmarxm <marcosmarxm@gmail.com> Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
9 lines
139 B
Python
9 lines
139 B
Python
#
|
|
# Copyright (c) 2022 Airbyte, Inc., all rights reserved.
|
|
#
|
|
|
|
|
|
from .destination import DestinationSqlite
|
|
|
|
__all__ = ["DestinationSqlite"]
|