Check If A Table Requires Processing

Log Processing of a Table

requires_processing(
  conn,
  conn_fun = "pg13::local_connect()",
  checks = "",
  target_schema = "rxrel",
  target_table,
  verbose = TRUE,
  render_sql = TRUE,
  render_only = FALSE
)

log_processing(
  conn,
  conn_fun = "pg13::local_connect()",
  checks = "",
  target_schema = "rxrel",
  target_table,
  verbose = TRUE,
  render_sql = TRUE,
  render_only = FALSE
)