-
I ran into an error when attempting union some tables with the CTE option turned on.
``` r
tib
-
Currently, if I provide column comments or NOT NULL constraints for 100 columns in a model, dbt-databricks adapter ends up running 200 separate queries resulting in significantly long total model run …
-
Can I do SQL queries against the bulktracker database, or can I download a snapshot to load into sqlite3 for my own queries?
-
During #317 I noticed 9 functions return a different result between the API and a local SQL query.
- [ ] Add tests all exported functions to see if API and local queries match
- [ ] Create custom…
-
### Is this your first time submitting a feature request?
- [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations)
- [X] I have…
-
# BugReport: Issues with NULLIF function
## version
4.2.1
## Original sql
```
SELECT DISTINCT o_orderpriority
from orders
WHERE o_comment > IFNULL(3855411377,NULL);
```
return 0 rows
## Re…
-
# BugReport: Issues with EXISTS function
## version
4.2.1
## Original sql
```
SELECT l_extendedprice
FROM lineitem
WHERE (l_comment IN ( COALESCE(1198529099, lineitem.l_discount) ) )
= 0.05…
-
Description: The application does not sanitize its URIs or SQL queries created from user inputs, such as account creation fields, adding friends, comments, posts or editing profiles.
Potential Impact…
-
### Description
1inch-LOP models are introducing duplicates into dex.trades. Swap events that belong to other protocols are decoded as being 1inch LOP swaps with an incorrect evt_index number.
Exa…
-
### Please confirm that the feature request does ***not*** already exist
- [X] I confirm there is no existing issue for this feature request.
### Use case
As a user I need to create views tha…