This commit is contained in:
Patrick Schratz 2024-07-25 00:28:28 +02:00
commit 1199863b8b
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -3,6 +3,7 @@
#' @importFrom DBI dbConnect dbGetQuery
#' @importFrom RPostgres Postgres
#' @importFrom dplyr tbl
#' @export
query_metadata_table <- function(table = "single_builds") {
con <- DBI::dbConnect(RPostgres::Postgres(),
dbname = "build_metadata", host = "postgres-arm-binaries-r.devxy.io",