Skip to content

Commit

Permalink
SQLAlchemy (#305)
Browse files Browse the repository at this point in the history
* add sql-alchemy

Signed-off-by: Samhita Alla <[email protected]>

* readme

Signed-off-by: Samhita Alla <[email protected]>

* lint code

Signed-off-by: Samhita Alla <[email protected]>
  • Loading branch information
samhita-alla authored Jun 23, 2021
1 parent 49aaa5a commit c2dcdd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/integrations/flytekit_plugins/sql/sql-alchemy.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@

# %%
# Let's first import the libraries.
import typing

import pandas
import psycopg2
from flytekit import kwtypes, task, workflow

from flytekitplugins.sqlalchemy import SQLAlchemyConfig, SQLAlchemyTask
import typing


# %%
Expand Down

0 comments on commit c2dcdd2

Please sign in to comment.