Ralph::Athena::Configuration
Configuration options for the Athena integration
Constructors
new
SourceInstance methods
auto_migrate
Whether to automatically run pending migrations on application startup. Default: false
auto_migrate=(auto_migrate : Bool)
Whether to automatically run pending migrations on application startup. Default: false
database_url
The database URL to use. If not set, reads from DATABASE_URL environment variable.
The database URL to use. If not set, reads from DATABASE_URL environment variable.
log_migrations=(log_migrations : Bool)
Whether to log migration activity to STDOUT. Default: true