Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure Data Factory project with Visual Studio 2017

Tags:

I am not sure whether Azure Data Factory project is supported on Visual Studio 2017 at the moment.

I have just installed VS 2017 but cannot open our solution as there is one azure data factory project.

enter image description here

Does Azure Data Factory support on Visual Studio 2017?

like image 478
cuongle Avatar asked Mar 24 '17 13:03

cuongle


People also ask

Can we write code in Azure data Factory?

With the changes introduced in the Data Factory V2 and Synapse pipeline Custom Activity, you can write your custom code logic in your preferred language and execute it on Windows and Linux Operation Systems supported by Azure Batch.

Does Azure data Factory need coding?

By using the ADF Studio, any developer can design data transformation without writing any code. To design a data flow in Azure Data Factory, you first specify the data sources that you want to get data from, and then you can apply a rich set of transformation on the data, before writing it to a data store.

Can you write Python code in Azure data Factory?

Yes, You can Upload the python script into Azure blob storage , First connect Blob storage to VM and also we can use AzCopy to upload files into Azure Blob Storage. Follow these steps for Custom batch activity and use Below Reference in which we have detailed information about: Create the Azure Batch Account.


1 Answers

I tweeted the Visual Studio team with exactly this issue a couple of days ago. I even included a screen shot very similar to yours.

This is the response I got:

@mrpaulandrew We have no info about it yet. Our team is already working on this. Please stay tuned to our blog: https://blogs.msdn.microsoft.com/visualstudio/.

So to answer your question. No, not at the moment.

But hopefully very soon.

Hope this helps.

like image 92
Paul Andrew Avatar answered Sep 20 '22 17:09

Paul Andrew