Create a function that will log an error for an activity to the provided Log Table
.
log_error_ff(datetime_field = "log_datetime", schema, log_table)
datetime_field | Name of the datetime field. Defaults to |
---|---|
schema | The target schema for the operation. |
log_table | Log table name |
A function that logs an error of an activity.
tibble
mutate
,select
,reexports
Other logging functions:
create_log()
,
log_start_ff()
,
log_stop_ff()