Mimoune

Results 55 issues of Mimoune

### Question I keep getting this error ? `Failed to read from Iceberg file 'abfss://xxxxxx.dfs.core.windows.net/data/iceberg_dwh/scada/metadata/snap-2728627078701324745-0-7c1d442e-7321-46f8-aa06-5d5f94cde607.avro': Failed to open file: abfss://xxxxxx.dfs.core.windows.net/data/iceberg_dwh/scada/metadata/snap-2728627078701324745-0-7c1d442e-7321-46f8-aa06-5d5f94cde607.avro`

bug

### Question I am just appending to the same table using the same data, ``` try: catalog.create_table("aemo.scada",schema=df.schema) except: catalog.load_table("aemo.scada").append(df) ``` but I am getting this error

### Feature Request / Improvement currently it seems `con =catalog.load_table('aemo.scada').scan().to_duckdb(table_name="scada") ` accept only 1 table, it will be nice to have something like `con =catalog.load_namespace('aemo').scan().to_duckdb()` which will expose the whole...

### Feature Request / Improvement https://github.com/apache/iceberg/issues/7979 can you please move this bug report here please

### Feature Request / Improvement arrow table is taking a lot of memory and crash the system with any non trivial amount of data please add DuckDB views a valid...

I know it seems archaic, but pdf download is very useful functionality for users !!!

when there is only 1 Model, can we make composer.json optional, ideally all we need is the malloy model and the data ![image](https://user-images.githubusercontent.com/12554469/204709643-9adbd065-d362-44d8-8aec-83939416229b.png)

### What happened? `DUNIT = DUNIT.cast({"SETTLEMENTDATE": "TIMESTAMPTZ"})` generate an error ### What version of ibis are you using? 10.0.0.dev71 ### What backend(s) are you using, if any? DuckDB and pyspark...

bug
deltalake
io

### Description pretty much all Python calculation engines support show method , see pyspark documentation https://spark.apache.org/docs/latest/api/python/reference/pyspark.sql/api/pyspark.sql.DataFrame.show.html it is just for convenience especially when used with SQL

enhancement
accepted