Genserver.Utils.PPostgresDb protocol (etl_core v0.1.55)
Protocol oriented to load data from a table in a database in postgres
Summary
Functions
Extracts the new information from a certain table and stores it in Bigquery
Types
@type t() :: term()
Functions
Link to this function
perform(business, conn_odbc_pid, batch_id)
Extracts the new information from a certain table and stores it in Bigquery
Parameter:
- business: Atom. Business to which the data points.
- conn_odbc_pid: Process. Process connecting Elixir and ODBC.
- batch_id: String. Batch identifier.