Mimoune

Results 55 issues of Mimoune

I have the same delta table saved both in my local storage and Azure storage, it contains around 600 file when I run a query on the local disk, it...

bug

# Environment **Delta-rs version**: 0.5.8 **Environment**: - **Cloud provider**: GCP Colab - **OS**: Linux - **Other**: *** # Bug I a trying to write delta file on Google cloud `write_deltalake('gs://xxxxx/covid',...

bug

is there a way to disable generating new variable when a user Double click for Zooming ?

enhancement

there are a lot of BI and report tools out there, but all have the same issue, there is no easy way to share a report, usually we end up...

type:enhancement
status:unlikely
area:utilities

### What happens? hive partition works as expected when you use the where clause with equality in my case I partitioned the table lineitem using l_shipmode when I run the...

my dataset contain date column, ideally, I want to be able to generate an HTML file that contain a slider and the user can "move" the date. **Similar examples** currently...

enhancement

I read that apache arrow is supported now in vega-lite using a separate vega-loader, is this something that altair will support. for anyone who used Apache arrow, is the performance...

question
vega-lite-related

sorry if it was reported already, mapbox is great product, I know it is a PowerBI imposed limits, but i really need to show 80K points, currently i am using...

feature request

currently to connect to gcp, delta table require an environment variable something like this ``` import os os.environ["SERVICE_ACCOUNT"] ='secret_API.json' ``` which is fine when using a notebook for example, but...

enhancement

# Environment **Delta-rs version**: 0.6.0 **Binding**: Python **Environment**: - **Cloud provider**: - **OS**: Windows 10 - **Other**: *** # Bug this code used to work fine ``` `from deltalake import...

bug