You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background
We can handle many rdbmses with a single SQLAlchemy destination. In this ticket we want to implement a generic loader and test it with two engines: SQLLite and MySQL
Requirements
implement bulk inserts if possible
we may need a new file writer from which sql alchemy inserts are the fastest
Background
We can handle many rdbmses with a single SQLAlchemy destination. In this ticket we want to implement a generic loader and test it with two engines: SQLLite and MySQL
Requirements
https://stackoverflow.com/questions/3659142/bulk-insert-with-sqlalchemy-orm
sql_alchemy_caps
to destination caps with additional settings (ie. if bulk inserts are supported or JSON fields)sql_client
interface (but probably form scratch).Tests:
The text was updated successfully, but these errors were encountered: