-
I think we'd need to have this functionality to have the below actually run SQL code to apply the policy
```r
rls_tbl(con, "passwd") %>%
col_policy(role = "public", permissions = "view") %>%
rls_…
-
Hi. I'm trying to run ctc on one Linux GCE instance with Python version 3.8.10.
```
xxx@test02:~$ uname -a
Linux test02 5.15.0-1070-gcp #78~20.04.1-Ubuntu SMP Wed Oct 9 22:05:22 UTC 2024 x86_64 x86…
-
### dlt version
1.2.0
### Describe the problem
On Clickhouse, If I switch to `write_disposition="merge"` and add a cursor after the pipeline was ran with `write_disposition="replace"` and no …
-
**Input data**
Which SQL and options did you provide as input?
defaults
```sql
DECLARE
v_id1 varchar2(5) := '01';
v_id2 varchar2(5) := '02';
BEGIN
CASE v_id1
…
-
### Is your feature request related to a problem?
I am trying to use the SQL expression for multiple CTE but the `Table.sql` only allows for a single table.
### What is the motivation behind you…
-
**Describe the bug**
SqlDatabaseChain node, when you pass in a query, simply executes the wrong query with error message:
```QueryFailedError: syntax error at or near "SQLQuery"``` and in the logs…
-
Dolt `v1.43.7`
```
dolt clone post-no-preference/options
cd options
dolt sql -q 'SELECT DISTINCT `act_symbol` FROM `option_chain` ORDER BY `act_symbol`;'
```
Executing this query uses almost…
-
### Description
We are getting a lot of the following errors, and would like so help in understanding how to fix them. This is happening locally, and in our ECS cluster in AWS.
### Errors
```
…
-
Project Overview:
This project is designed to analyze and extract valuable insights from the provided database. The database contains information about sales, products, customers, and regions for Atli…
-
### URL
https://python.langchain.com/v0.2/docs/tutorials/sql_qa/
### Checklist
- [X] I added a very descriptive title to this issue.
- [X] I included a link to the documentation page I am referring…