DyfanJones / noctua

Connect R to Athena using paws SDK (DBI Interface)
https://dyfanjones.github.io/noctua/
Other
45 stars 5 forks source link

fix skip function #204

Closed DyfanJones closed 11 months ago

DyfanJones commented 1 year ago

Hmmm getting unusual errors:

Backtrace:
     ▆
  1. ├─dplyr::copy_to(...) at test-dplyr-copy_to.R:17:2
  2. └─dplyr:::copy_to.DBIConnection(...)
  3.   ├─dplyr::copy_to(...)
  4.   └─dbplyr:::copy_to.src_sql(...)
  5.     ├─dbplyr::db_copy_to(...) at dbplyr/R/verb-copy-to.R:80:4
  6.     └─rlang (local) `<fn>`() at dbplyr/R/verb-copy-to.R:80:4
  7.       └─rlang:::check_dots(env, error, action, call)
  8.         └─rlang:::action_dots(...)
  9.           ├─base (local) try_dots(...)
 10.           └─rlang (local) action(...)

These errors aren't happening locally. Will need to investigate dplyr and dbplyr to see if there has been a change.

DyfanJones commented 11 months ago

I can't replicate this error, even when running in linux docker.

Backtrace:
     ▆
  1. ├─dplyr::copy_to(...) at test-dplyr-copy_to.R:17:2
  2. └─dplyr:::copy_to.DBIConnection(...)
  3.   ├─dplyr::copy_to(...)
  4.   └─dbplyr:::copy_to.src_sql(...)
  5.     ├─dbplyr::db_copy_to(...) at dbplyr/R/verb-copy-to.R:80:4
  6.     └─rlang (local) `<fn>`() at dbplyr/R/verb-copy-to.R:80:4
  7.       └─rlang:::check_dots(env, error, action, call)
  8.         └─rlang:::action_dots(...)
  9.           ├─base (local) try_dots(...)
 10.           └─rlang (local) action(...)
DyfanJones commented 11 months ago

Issue coming from dbplyr 2.3.3.9000