-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Community Note
* Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-…
-
I am doing a simple select statement to pull data from a table with one of the column having a pretty long json entry. When I run this query in VScode, that particular column return and empty cell ("[…
-
I found that databricks-connect supports jupyter and I made sure that jupyterlab works with databricks-connect with this link.
https://docs.databricks.com/dev-tools/databricks-connect.html#jupyter
W…
-
Given this `databricks_repo` resource
### Configuration
```hcl
resource "databricks_repo" "my-repo" {
# other configuration ...
lifecycle {
ignore_changes = [commit_hash]
}
}
```
…
-
Currently `{brickster}` has two ways to query a SQL warehouse:
1. `databricks-sql-connector` via `{reticulate}`
2. SQL execution API
A `{DBI}` and `{dbplyr}` backend could be created for each, …
-
Recently started having issues with the fetchall() method. This exact code was working fine last week, but now this same query statement is throwing the errors seen below.
```
def databricks_sql_c…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help…
-
Based on
https://github.com/databrickslabs/ucx/blob/db580a9373129d806d9a45be70a10cd8de85a5d1/src/databricks/labs/ucx/hive_metastore/tables.py#L101-L105
and
https://github.com/databrickslabs/u…
-
### Configuration
```hcl
dynamic "run_as" {
for_each = each.value.workflow.git_source_url != null ? [1] : []
content {
user_name = var.run_as_default_…
-
I'm receiving the above error when trying to write a csv file to SFTP from Azure Databricks.
Code snippet:
`df.write.
format("com.springml.spark.sftp").
option("host", "sftp_host").
optio…