fix(airflow): remove trino to presto mapping (#11925)

Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
This commit is contained in:
JaeMoo Han 2024-11-26 05:13:26 +09:00 committed by GitHub
parent 5da39044e3
commit 418259b8c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,6 @@ logger = logging.getLogger(__name__)
OL_SCHEME_TWEAKS = {
"sqlserver": "mssql",
"trino": "presto",
"awsathena": "athena",
}