SparklyR Lubridate

#sparklyr

#sparklyr

Вопрос:

Вчера код все еще работал, но больше не работает. Ниже приведен код и сообщение об ошибке. Кто-нибудь может мне помочь?

 tbl(connexion, "donnees1") %>% 
  select(date_heure_debut) %>% 
sdf_schema()
$date_heure_debut
$date_heure_debut$name
[1] "date_heure_debut"

$date_heure_debut$type
[1] "StringType

tbl(connexion, "donnees1") %>%
  dplyr::mutate(
    annee_debut = lubridate::year(date_heure_debut)
    ) %>%
  sdf_register("donnees1")

Error in lubridate::year(date_heure_debut) : 
  object 'date_heure_debut' not found