Class: Flydata::SourcePostgresql::DataEntry

Inherits:
Flydata::Source::DataEntry show all
Defined in:
lib/flydata/source_postgresql/data_entry.rb

Constant Summary collapse

CONFIG_PARAMS =
{
  postgresql_data_entry_preference: {
    database: {},
    tables: {},
    tables_append_only: {},
    pk_override: {},
    table_attributes: {},
    host: {},
    port: {},
    username: {},
    password: {encrypted: true},
    schema: {},
  }
}

Method Summary

Methods inherited from Flydata::Source::DataEntry

#config_params, inherited

Methods inherited from Flydata::Source::Component

#initialize

Constructor Details

This class inherits a constructor from Flydata::Source::Component