eva.interfaces.relational.db.EVAConnection.load#

EVAConnection.load(file_regex: str, table_name: str, format: str, **kwargs) EVARelation[source]#

Load data from files into a table in the database.

Parameters:
  • file_regex (str) – Regular expression pattern for matching input files.

  • table_name (str) – Name of the table to be created.

  • format (str) – File format of the input files.

  • **kwargs – Additional keyword arguments for configuring the load operation.

Returns:

The EVARelation object representing the loaded table.

Return type:

EVARelation