Skip to contents

Save table to Impala and return remote table

Usage

write_to_impala_then_read_lazy_table(
  tablename,
  object_to_save,
  connection = NULL,
  schema = NULL,
  overwrite = TRUE
)

Arguments

tablename

string

object_to_save

table

connection

Database connection

schema

Database schema

overwrite

logic, TRUE overwrites table in database, FALSE simply reads

Value

remote table