-
Générer un dataset partitionné via un data flow Azure Synapse Analytics
Afin d’optimiser des les requêtes effectués sur des fichiers parquets depuis un pool serverless, on travail généralement avec des dataset partitionné. Cette article décrit comment générer un dataset partitionné via un data flow Azure Synapse Analystics.
-
Paramétrer les Pipeline Azure Synapse Analytics sans ouvrir Synapse !
Cet article était loin dans les cartons, mais l’article Alternative pipeline parametrization for Azure Synapse Analytics a motivé la priorisation de cet article. Merci @paul_eng pour le partage et la motivation d’écrire celui-ci !
-
Scrum is not Agile
Fear me not, what i mean is best written this way: « Scrum != Agile ». Yes, Scrum is one of the most used frameworks used over the agile mindset. But it’s definitely not THE ONLY way! I really enjoy the Agile way I’m proud to defend it. I try to apply the principles of Agile in…
-
The Open Space
Nowadays, everybody knows what an Open Space is and if you are working in tech you probably already worked (and still) in such office. I have several experiences in workplaces having used different types of office myself. I never had my word to say about the workplace but I’m constantly arguing about the workplace/environment. Here…
-
CONDA – managing python env
Nowadays, when starting development, there is a lot of discussion around tooling, environments and managing all of it. Previously I was working with a standard python installer or a full anaconda installation. Things mainly worked but I was not comfortable using all of it. One of my colleagues, told me to give a try on…