-
## Describe the bug
Got the following error while using the az sql db update command
**Command Name**
`az sql db update`
**Errors:**
```
The command failed with an unexpected error. Here …
yorek updated
3 years ago
-
We are investigating issues with compound types (object, array), that they cannot be displayed correctly within PowerBI (printing `Error`).
![image](https://user-images.githubusercontent.com/6863216/…
-
# There's something wrong with "left join"
My version is 5.4.0.
When I tried to use "left join", I found that a column which should be in the result is missing. Here's the more specific explanation.…
-
How can I specify an image for a container that's not on docker hub? Are non-standard docker repositories supported at this time?
According to the readme, the following is marked as TO DO, which I…
-
```
I would like to be able to import an SQL dump from SQLite (or MySQL) to VIDaaS.
There seem to be standard procedures for creating a PostgreSQL database from
either SQLite or MySQL dumps.
```
Or…
-
### Description
I would like Lightdash to support ARRAY data type.
That would help us not to create additional models and can calculate some types of metrics.
- https://github.com/lightdash/lig…
-
ES is currently a requirement for ArticleBundle
especially for small pages or blogs that are just starting, this is simply too big.
I would appreciate it if you could switch via config.
First a n…
-
e.g.
```
UPDATE [nt:foo] AS a SET a.foo = a.bar
UPDATE [nt:foo] AS a JOIN [nt:bar] AS b ON a.foo = b.bar SET a.foo = b.baz
```
This is something that could also easily be implemented with functions …
-
### Checked for duplicates
Yes - I've already checked
### 🧑🔬 User Persona(s)
Data Scientist, Data Engineer
### 💪 Motivation
There is some amount of processing occurring on the log file…
-
### Dagster version
1.4.2
### What's the issue?
Code in `SnowflakeDbClient` constructs SQL without properly quoting Snowflake identifiers. So if there are characters in database/schema/table names …