Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (21 loc) · 1.1 KB

engines.rst

File metadata and controls

24 lines (21 loc) · 1.1 KB

Supported Engines

SqlTask supports all databases that have a SqlAlchemy dialect and driver. The following engines have dedicated support for the following insert modes:

+-------------+--------+----------+------+----------+ | | | Insert mode | | + +--------+----------+------+----------+ | Database | Single | Multirow | CSV | Parquet | +=============+========+==========+======+==========+ | BigQuery | Yes | Yes | Yes | | +-------------+--------+----------+------+----------+ | Postgres | Yes | Yes | Yes | | +-------------+--------+----------+------+----------+ | Snowflake | Yes | Yes | Yes | | +-------------+--------+----------+------+----------+ | Sql Server | Yes | Yes | | | +-------------+--------+----------+------+----------+ | Sqlite | Yes | Yes | | | +-------------+--------+----------+------+----------+

Engines not listed above will default to using multirow inserts if supported, falling back to single row inserts as a last resort.