Skip to content

Warning: <AdbiConnection> uses an old dbplyr interface #29

@klin333

Description

@klin333

Hi guys,

An amazing and super useful package. Getting warnings about outdated dbplyr interface though. Similar to observed in other dbi backends eg r-dbi/bigrquery#508

library(DBI)
library(tidyverse)

uri <- "SECRET"
adbi_con <- dbConnect(adbi::adbi("adbcsnowflake::adbcsnowflake"), uri = uri)

tbl(adbi_con, "FLIGHTS2") %>% head(10) %>% collect()

Warning message:
<AdbiConnection> uses an old dbplyr interface
ℹ Please install a newer version of the package or contact the maintainer

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions