Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Synapse-compatible query engine #483

Closed
benbc opened this issue May 11, 2022 · 2 comments
Closed

Azure Synapse-compatible query engine #483

benbc opened this issue May 11, 2022 · 2 comments
Labels
CIPHA Work needed for the CIPHA booster effectiveness study

Comments

@benbc
Copy link
Contributor

benbc commented May 11, 2022

Graphnet use Synapse for their database. This is a data warehouse product in Azure. Synapse is supposedly SQL Server-compatible, but there are known to be some limitations to the SQL it will accept and it doesn't document a compatibility level (which implies a pretty big range of possibilities). To complicate things further there are different types of Synapse database which support different SQL features. None of this stuff is particularly well documented (or at least the documents are not easy to find).

To run the CIPHA study in Graphnet we need a query engine that is compatible with Graphnet's Synapse system. This could be the MSSQLQueryEngine, or it could be a specialization of it.

We should try to dig out some documentation on the limitations of Synapse so that we're not trying to do anything obviously impossible. But there will probably need to be a certain amount of trial and error to get this working -- we should work with Graphnet to do this. The first thing to do is send them the SQL we generate for SQL Server and see if they can see any obvious problems -- I (Ben) will do that straight away.

@benbc benbc added the CIPHA Work needed for the CIPHA booster effectiveness study label May 11, 2022
@StevenMaude StevenMaude changed the title Synapse-compatible query engine Azure Synapse-compatible query engine Jul 6, 2022
@inglesp
Copy link
Contributor

inglesp commented Jul 20, 2022

As a first step:

We should try to dig out some documentation on the limitations of Synapse so that we're not trying to do anything obviously impossible.

@inglesp
Copy link
Contributor

inglesp commented Aug 30, 2022

No longer required.

@inglesp inglesp closed this as completed Aug 30, 2022
@inglesp inglesp moved this to Done in Data Team Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CIPHA Work needed for the CIPHA booster effectiveness study
Projects
Archived in project
Development

No branches or pull requests

2 participants