mik-laj opened a new issue #21037: URL: https://github.com/apache/airflow/issues/21037
### Description Currently, we support submitting spark jobs for the Databricks service. On December 15, 2021, they announced [General Availability of Databricks SQL](https://databricks.com/blog/2021/12/15/announcing-general-availability-of-databricks-sql.html) and we should provide support for it also. To do this, we can use one of the existing libraries that provide integration with SQLAlchemy/DBApi: - [https://pypi.org/project/databricks-sql-connector/](`databricks-sql-connector`) - Apache 2 Licensed (?), officially maintained by Databricks, code source is not available publicly (yet?) - [https://github.com/crflynn/databricks-dbapi](`databricks-dbapi`) - MIT Licensed, unmaintained, open-source public available CC: @eskarimov @alexott @christophergrant @Mokubyow ### Use case/motivation Support a new kind of task. ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
