-
### Apache Airflow version
2.2.5 (latest released)
### What happened
update from 2.2.4 to 2.2.5 was succeeded, but failure on "airflow db upgrade" has failed
### What you think should …
-
**Is your feature request related to a problem? Please describe.**
Users may need to get `output_schema` before they create tables in the database.
Now, `ExecuteDDLParse` can analyze SQL and ge…
-
**Describe the bug** **描述Bug**
DDL创建表时,表中时间字段默认值为 CURRENT_TIMESTAMP,检测语句时弹窗报状态码500错误。同时日志中有报错:
yee v0.2.3 [Critical] 2021-10-18 17:03:25 (/Users/henryyee/go/pkg/mod/github.com/cookie!y/yee@v0.2.3/mi…
-
Package: libpq[core,lz4,openssl,zlib]:x64-windows -> 14.1#2
**Host Environment**
- Host: x64-windows
- Compiler: MSVC 19.32.31332.0
- vcpkg-tool version: 2022-06-17-9268e366206712e38102b28dbd16…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
make race
```
WARNING: DATA RACE
Write at 0x00c000256660 by g…
-
**Describe the bug**
Migration cannot execute on PostgreSQL because "limit = 4" parameter translate into "BIGINT (4)" .
**Error stacktrace**
[error | LibPQ]: SyntaxError: ERROR: syntax error de…
-
Currently, when trying to lint an sql file with one of these jinja statements:
```jinja
{% from 'my_macros.sql' import a_macro %}
```
or
```jinja
{% include 'file.sql' %}
```
it will fail w…
-
This is happening on my CI/CD tool (Semaphore CI). After adding the Redisson dependency, the build always fails with the error:
`*** buffer overflow detected ***: /usr/lib/jvm/java-11-openjdk-amd64/b…
-
There is a problem with DDLDatabase generator:
it generates uppercase table names if _defaultNameCase=as_is_ is used, and fails with _defaultNameCase=lower_.
Unfortunately current situation disqu…
-
**Describe the bug**
It looks like you are seeing CREATE and breaking the table DDL parse...
**To Reproduce**
t1.sql:
```sql
DROP TABLE IF EXISTS demo;
--
CREATE TABLE demo
(
foo …
n2ygk updated
2 years ago