feat: валидация данных в виде модулей
This commit is contained in:
@@ -201,9 +201,6 @@ write_df_to_db = function(
|
||||
dplyr::across(tidyselect::all_of({{number_columns}}), ~ gsub("\\.", "," , .x)),
|
||||
dplyr::across(tidyselect::all_of({{other_cols}}), as.character),
|
||||
)
|
||||
|
||||
df |>
|
||||
dplyr::glimpse()
|
||||
|
||||
if (table_name == "main") {
|
||||
del_query <- glue::glue("DELETE FROM main WHERE {main_key_id} = '{main_key_value}'")
|
||||
|
||||
Reference in New Issue
Block a user