Workflow$connect_dbi
Workflow$connect_dbi() → DBI::DBIConnection
Returns:
Examples
con <- redivis$workflow("imathews.example_workflow_climate_analysis")$connect_dbi()
tbl(con, "join_lat_lon_output") |> filter(latitude > 0) |> collect()
# Prints a tibble with the filtered dataLast updated
Was this helpful?

