Skip to content

Commit

Permalink
Fix test bug
Browse files Browse the repository at this point in the history
Signed-off-by: Max Hoffman <[email protected]>
  • Loading branch information
max-hoffman committed Apr 21, 2021
1 parent 5318608 commit da8ed8b
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 da8ed8b

Please sign in to comment.