get_all_fields.Rd
Get all fields from the Snowflake database
get_all_fields(myconn)
The connection to the Snowflake database
all_fields1 <- get_all_fields(myconn) #> Error in DBI::dbGetQuery(myconn, fields_query) %>% rename(lat = LAT, lon = LON) %>% distinct(FIELD_ID, .keep_all = TRUE): could not find function "%>%"