chore(ingest): bug fix in sqlparse pin (#7848)

This commit is contained in:
Harshal Sheth 2023-04-19 04:35:23 +05:30 committed by GitHub
parent 1b6f6e3a9e
commit f0ea79060b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,7 @@ sqllineage_lib = {
# As per https://github.com/reata/sqllineage/issues/361
# and https://github.com/reata/sqllineage/pull/360
# sqllineage has compat issues with sqlparse 0.4.4.
"sqlparse==0.4.1",
"sqlparse==0.4.3",
}
aws_common = {