Headless/DuckDB Data Explorer tab does not update if underlying file is changed #5551
Labels
area: data explorer
Issues related to Data Explorer category.
enhancement
New feature or request
support
Milestone
Starting the discussion here to ascertain if this is a bug or a skill issue.
Using latest positron:
Using R 4.4.1
Issue
library(arrow); write_parquet(iris, "iris.parquet")
iris.parquet
in viewer ✅write_parquet(iris[,2:4], "iris.parquet")
iris.parquet
in viewer ❌ <- does not updatenames(read_parquet("iris.parquet"))
✅So it seems like somewhere the parquet viewer in not updating. Also this is not an R thing. Also replicated with pandas.
Update - replicated with a csv file as well
Originally posted by @boshek in #5548
The text was updated successfully, but these errors were encountered: