-
### Is this a new bug in dbt-spark?
- [X] I believe this is a new bug in dbt-spark
- [X] I have searched the existing issues, and I could not find an existing issue for this bug
### Current Behavior…
-
When your code contains a SQL statement that uses a table that doesn't exist in the database, and you keep opening the file, you will find that IJ's CPU usage is extremely high.I looked at the databas…
-
We need to make some changes to the CAMDBSP CDC job that runs every hour from 8am to 11pm for ECMPS 2.0 release.
Add the following highlighted tables (the other 4 should already be there)…
![image](h…
-
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
### Search before asking
- [X] I have searched in the [issues](http…
-
Creating a new table on our schema:
```ts
export const testTable = pgTable("test", {
id: uuid("id")
.default(sql`extensions.uuid_generate_v4()`)
.notNull()
.primaryKey(),
name…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### Description
I would like to be able to format and lint S…
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Branch Name
main
### Commit ID
6d42483cee0475ac42dbd4c70bbf5e724a06b3dc
### Other Environment Infor…
-
Following JSON camelCase naming convention acronyms should be not uppercased.
* test table definition:
```
CREATE TABLE acronyms (
acronym_id SERIAL,
acronym_http VARCHAR NOT NULL,
…
-
## Bug
#### Which Delta project/connector is this regarding?
- [x] Spark
- [ ] Standalone
- [ ] Flink
- [ ] Kernel
- [ ] Other (fill in here)
### Describe the problem
TL;DR: Certain MERGE operati…
-
### Describe the bug
https://learn.microsoft.com/en-us/cli/azure/sql/db?view=azure-cli-latest#az-sql-db-list-editions
--dtu
Number of DTUs to search for. **If unspecified, all DTU sizes are shown…