Dimitris Theodorou
Dimitris Theodorou
Does this issue cover adding support for DDL statements in general, such as [CREATE TABLE](https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-ddl-create-table-using.html) and [ALTER TABLE ...](https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-ddl-alter-table.html)? Currently only possible with spark.
Complete support for alter operations would make this project useful for lightweight migrations, omitting the need for a spark cluster to perform them
Sets do not have individually addressable items but it still makes sense to want to ignore changes to all of them. This is also a pattern appearing in list items,...
You were quick to close it. I will argue that this is neither expected nor sensible. Flask-mail requires the app object to read configuration values when it is **initialized**, not...
I will give a pull-request a shot. Unless I am mistaken about Flask internals and looking into the Mail code, both `init_app` and the `Mail()` constructor only access the `app.config`...
Due to the requirement "one `Mail` instance and multiple `Flask` apps all configured through the `Mail` instance's `init_app`", I don't think what I had in mind is possible. The `Mail`...
I think this should not yet be closed, since Azure AD auth provides several different ways of authenticating, such as AD access token, AD service principal credentials, AD managed identity,...
I don't know if all of these use Oauth2 tokens behind the scenes or some other protocol. I am looking at this from the perspective of how other sql server...
After a cursory glance at TDS it appears that you implemented the federated authentication token which covers all (?) AD authentication scenarios. So I think this is fine, your library...
Thanks for the response. I wanted a cheap way to check for the connection status without having to send anything over the wire (which is not 100% reliable but good...