Columnar to Database configuration

Name of table to be created from columnar data.
Select a Columnar file to be uploaded to a database.
Specify a schema (if database flavor supports this).
If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).
Json list of the column names that should be read. If not None, only these columns will be read from the file.
Write dataframe index as a column.
Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.
Back