-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Add Support for Azure Synapse #21
Comments
Severity Code Description Project File Line Suppression State 'SynapseManagementClient' does not contain a definition for 'PipelineRuns' and no accessible extension method 'PipelineRuns' accepting a first argument of type 'SynapseManagementClient' could be found (are you missing a using directive or an assembly reference?) Functions ...\GitHub\ADF.procfwk\Functions\CheckPipelineStatus.cs 110 Active |
To Do:
|
Synapse still not ready. |
@NowinskiK now Synapse has Git support, do you want to try deploying the framework pipelines there? |
I saw that yesterday. I didn't try but I believe it will not work. |
Thanks for the Function app refactoring @richardswinbank . Using these new foundations I've just created the bare bones Synapse service. |
Development of Azure Functions App now complete using the Synapse namespace: Azure.Analytics.Synapse.Artifacts With version 1.0.0-beta.1 of the NuGet package. |
Following initial investigations:
https://mrpaulandrew.com/2020/06/03/adf-procfwk-and-azure-synapse-orchestrate-preview-and-limitations/
Add support for Azure Synapse.
Include support for Worker and Framework pipelines in either Data Factory or Synapse.
The text was updated successfully, but these errors were encountered: