Code Monkey home page Code Monkey logo

azure.datafactory.localenvironment's Introduction

About Me

Gerhard has been implementing traditional BI and data warehouse solutions based on the Microsoft Data Platform for over 15 years with the personal focus on analytical databases. With the rise of "Cloud" and "Big Data" over the last years he also shifted his interests towards Microsoft Azure and Hadoop/Spark. A lot of his experience in BI and DWH he can still apply in this "new world" and use it to fight the masses of data he frequently encounters at his customers. Ever since he was working very close with the community for which he was got his MVP award in July 2016.

alt text

I am working at paiqo GmbH where we dedicated our efforts on building Analticaly Platforms and AI solutions on the Microsoft Azure Platform for and together with our customers all around the world. Whenever I encounter interesting stuff I usually blog about it at blog.gbrueckl.at.

My current focus here on github is building VSCode extensions for the tools I use an a daily basis which are foremost Microsoft Fabric and Power BI but also Databricks.

Power BI & Fabric for VSCode

Version Installs Downloads Ratings

PowerBI-VSCode

A VSCode extension for managing your Power BI tenant using the Power BI REST API and modify Power BI datasets using TMDL (Tabular Model Definition Language) from within VSCode.

Databricks Power Tools for VSCode

Version Installs Downloads Ratings

Databricks-VSCode

This is a Visual Studio Code extension that allows you to work with Databricks locally from VSCode in an efficient way, having everything you need integrated into VS Code - see Features. It allows you to execute your notebooks, start/stop clusters, run jobs and much more!

How to reach Me

I do not want to share all my contact details here but if you are really interested in getting in touch with me, I am sure you will figure out how ;)

azure.datafactory.localenvironment's People

Contributors

antoniaelek avatar gbrueckl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

azure.datafactory.localenvironment's Issues

UnauthorizedAccessException when deleting dependencies

Receiving UnauthorizedAccessException on line 510 of ADFLocalEnvironment.cs when attempting to delete dependencies after executing the .NET activity
delete failing
Putting a break point on the delete and attempting to delete the files manually from Windows shows that they are in use
file in use

Make Config-Files work with all Values

currently, values coming from a Config file only overwrite properties which have a value of "". This is not consistent with how ADF works.
ADFLocalEnvironment should replace all values defined in config files regardless of their original value

Consider less restrictive license

Is the choice of GPLv3 intentional?
This license is too restrictive for consuming in some corporate environments (such as Microsoft).
A less restrictive license such as MIT License, Microsoft Public License or Apache License 2.0 will considerably simplify legal implications associated with GPLv3 and enable using this project (especially it only exists in source form and a nuget package is not yet available).

Deployment of Dependencies via ARM Template

currently, the dependencies of ADF (e.g. for custom activities) are not part of the generated ARM-template
it has to be ensured that the dependencies are also included in the final ARM-template

VS Test Debugging Issue with debuggerBuildPath

When executing with VS Test, debugging fails due to the AppDomain.CurrentDomain.BaseDirectory being slightly different.
Change the following:
ADFLocalEnvironment.cs : Line 329:

debuggerBuildPath = string.Join("\\", AppDomain.CurrentDomain.BaseDirectory.GetTokens('\\', 0, AppDomain.CurrentDomain.BaseDirectory.EndsWith("\\") ? 3 : 2, true));

This then returns the correct path when stepping in via VS Test.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.