nigel-millward commented on issue #24893: URL: https://github.com/apache/airflow/issues/24893#issuecomment-1179500090
All links below point to using new syntax SQL patch: https://support.microsoft.com/en-us/topic/kb4518398-sql-server-2019-build-versions-782ed548-1cd8-b5c3-a566-8b4f9e20293a 2022 preview: https://docs.microsoft.com/en-us/sql/t-sql/statements/grant-database-permissions-transact-sql?view=sql-server-ver16 2019: https://docs.microsoft.com/en-us/sql/t-sql/statements/grant-database-permissions-transact-sql?view=sql-server-ver15 2017: https://docs.microsoft.com/en-us/sql/t-sql/statements/grant-database-permissions-transact-sql?view=sql-server-2017 Airflow supports the following database engine versions PostgreSQL: 10, 11, 12, 13 MySQL: 5.7, 8 MsSQL: 2017, 2019 SQLite: 3.15.0+ Tested on mssql 2017 and 2019, both worked fine with the new syntax Updated docs to the later version Created a PR: https://github.com/apache/airflow/pull/24939 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
