-
- [x] #30
- [x] #83
- [x] #57
- [x] #55
- [ ] #78
- [ ] #91
----
Required:
- [ ] Fine tune timing of data pipelines and optimize query performance
- [ ] Ensure refresh schedules are set successive …
-
Would love to see a connector or integration over Databricks. Not sure if it will be tricky since some of the data objects (tables/views) in Databricks aren't actually within the databricks filesystem…
-
Any plans to support delta lake? Keep the CDM specific manifests / metadata etc. in ADLS Gen 2 and data in delta. Also, this removes a lot of operational burden including partitioning etc.
I like…
-
## About
### OSS
> Dremio - the missing link in modern data.
> Dremio enables organizations to unlock the value of their data.
### Commercial
> The Unified Lakehouse Platform for Self-Service…
amotl updated
3 months ago
-
# Behavior changes
- The following global variables will be forcibly set to the following default values:
- enable_nereids_dml: true
- enable_nereids_dml_with_pipeline: true
- enable_nereids…
-
using this code
```
import obstore as obs
from obstore.store import AzureStore
import configparser
config = configparser.ConfigParser()
config.read("C:/KV/variable.ini")
store = AzureStore.fr…
-
To support reading and writing the open table format, such as **parquets**. which will enable Shannonbase lakehouse processing abilities. Nowdays, volume of data is getting larger, and the type of da…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I receive the following Error Message in Dremio while trying to create a view from a query th…
-
Issue related to https://github.com/databricks-demos/dbdemos/issues/8
**Ran these commands**
%pip install dbdemos
dbutils.library.restartPython()
import dbdemos
dbdemos.install('lakehouse-hls-r…
-
**What are you trying to achieve?**
We are trying to add synonyms for tables and columns in our direct lake model using a lakehouse table which has the synonyms as a comma separated list. Right now, …