-
**Affected module**
It impacts Ingestion Framework.
**Describe the bug**
- **ORACLE_GET_STORED_PROCEDURE_QUERIES** only define: INSERT, SELECT query types (https://github.com/open-metadata/OpenMe…
-
we should test and decide level of support for stored procedures in 25.1+
Jira issue: CRDB-44204
-
Hi, again! I'm messing around with cozo again and came up with an interesting problem. I've created a web of named queries like:
```
allowed_users[principal, email] := ...
allowed_channels[prin…
ear7h updated
1 month ago
-
See https://github.com/open-telemetry/semantic-conventions/pull/1482#discussion_r1805142038
E.g. query like `CALL procedure-name` should result in the following attributes:
`db.query.text = "CAL…
-
I did try to add a STORED PROCEDURE but the plan didn't generate a diff with the new file
-
Hi,
Not sure if this is a client or server issue, but I thought I would start here.
Using client version 0.3.0 (also happens in current master) and server version 2.1.2-1, I'm unable to call sto…
-
**Document Enhancement Proposal:** Copy all Tables, Views and Stored Procedures in single Azure Data Factory Copy Activity from SQL Server.
**Overview:**
We can use copy one table using copy ac…
-
**Description**:
I am encountering an issue where, after performing a schema migration and deprovisioning the old metadata, the new metadata is not being updated correctly. I have followed the proces…
-
在Mysql的目錄叫 routines
https://www.geeksforgeeks.org/mysql-creating-stored-function
有遇到,使用Datagrip來簡單研究一下。
```
create
function my_func(a int, b int) returns int
begin
declare c int;
…
-
Really love sqllineage! I have a question: I want to parse SQL statements from stored procedures. Is there a good method to extract valid SQL statements from stored procedures?