Genserver.Utils.PPostgresDb protocol (etl_core v0.1.54)

Protocol oriented to load data from a table in a database in postgres

Link to this section Summary

Functions

Extracts the new information from a certain table and stores it in Bigquery

Link to this section Types

@type t() :: term()

Link to this section Functions

Link to this function

perform(business, conn_odbc_pid, batch_id)

@spec perform(atom(), pid(), binary()) :: any()

Extracts the new information from a certain table and stores it in Bigquery

parameter

Parameter:

- business: Atom. Business to which the data points.

- conn_odbc_pid: Process. Process connecting Elixir and ODBC.

- batch_id: String. Batch identifier.