Skip to content

Commit

Permalink
Fix test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
max-hoffman committed Apr 21, 2021
1 parent 7a3f241 commit 04f869f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions plugins/tests/sqlalchemy/test_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
from flytekit import kwtypes, task, workflow
from flytekit.types.schema import FlyteSchema

tk = SQLAlchemyTask(
"test",
query_template="select * from tracks",
task_config=SQLAlchemyConfig(
uri="sqlite://",
),
)


@pytest.fixture(scope="function")
def sql_server():
Expand Down

0 comments on commit 04f869f

Please sign in to comment.