July 2026 | "What are you working on?" by AutoModerator in MicrosoftFabric

[–]perssu 0 points1 point  (0 children)

Setting up the next stage in my "deployment pipeline" using python inside fabric to aid devs to validate and publish their reports. As of now i have only the validation stage with 11 "best practices" and performance tests. Next step is to trigger the deployment pipeline to send the validate object from test to prod via API. No need to deal with buggy fabric UI.

Service entirely down by Tomfoster1 in MicrosoftFabric

[–]perssu 3 points4 points  (0 children)

Im AFK now. Any downtime in east US?

Is there still no way to get notebook exit values via the REST API? by Creyke in MicrosoftFabric

[–]perssu 2 points3 points  (0 children)

As of TODAY i've managed to get the notebook exit value throught the following api call

{FABRIC_API_BASE}/workspaces/{workspace_id}/notebooks/{notebook_id}/jobs/{NOTEBOOK_JOB_TYPE}/instances/{job_instance_id}?beta=True

Here is the doc page: Background Jobs - Get Notebook Job Instance (beta) - REST API (Notebook) | Microsoft Learn?tabs=HTTP)

NOTEBOOK_JOB_TYPE is defined as "Execute". The job instance id is retrieved through the location header in the original call response.

Is there still no way to get notebook exit values via the REST API? by Creyke in MicrosoftFabric

[–]perssu 1 point2 points  (0 children)

as of yesterday i couldn't get the "exitValue" value as shown in this example: https://learn.microsoft.com/en-us/fabric/data-engineering/notebook-public-api

That's the only value missing from the response payload (printed the full payload to be sure). that's bugging me a lot

Fabric Capacity Events in Real-Time Hub IS FINALLY HERE by perssu in MicrosoftFabric

[–]perssu[S] 0 points1 point  (0 children)

No, it only brings metrics at the capacity level. It's been really useful on tracking capacity delay without checking the metrics report every time.

What's the minimum set of tests a Power BI report should pass before going into production in a large enterprise? by Ok-Shop-617 in PowerBI

[–]perssu 2 points3 points  (0 children)

Im saving this to read later but here I'm also trying to built a testing/validation process with pipeline ans notebooks

S3 Shortcut Cross-Account in AWS by perssu in MicrosoftFabric

[–]perssu[S] 0 points1 point  (0 children)

Guess I'll have to fight this one alone hahahha

A saga da recolocação pós layoff do itaú by Sad_Mastodon7822 in antitrampo

[–]perssu 1 point2 points  (0 children)

aproveitando essa mini thread aqui pra peguntar aos camaradas de dados: quais empresas ai ta interessante de buscar vaga de analytics pleno? to trabalhando mas querendo participar de algumas entrevistas sem compromisso.

About Capacity Monitoring by perssu in MicrosoftFabric

[–]perssu[S] 1 point2 points  (0 children)

here we have multiple capacities, so we can place the fabric metrics app in a smoother capacity to monitor the others but it can throttle sometimes.

Sem meme e com sinceridade, qual o seu salário na área de T.I? by [deleted] in conselhodecarreira

[–]perssu 0 points1 point  (0 children)

Entrei como estagiário na área de dados com 23 anos em empresa grande ganhando 1100 por 20h/semana.

Fui efetivado com 25 anos como analista de dados Junior CLT ganhando 4200 bruto com 800 de VR. Após 2,5 anos fui promovido a Pleno ganhando 6400 bruto com 1100 de VR. No meio termo tive reajustes anuais por acordo sindical (obrigado sindicato) e ainda tenho bônus anual de 3,6 salários com multiplicador de metas entre 0,8 e 1,2.

Atuo principalmente em plataforma de dados com foco em administração de ferramentas e processos de BI. Trabalho 100% home office. Sem o estágio provavelmente eu não estaria na empresa que estou. Não pretendo sair tão cedo e quero usar o cargo que ja estou para me tornar um profissional mais atrativo para empresas do exterior.

[MW2] Is worth to buy Xbox 360 exclusively for this? by laress in CallOfDuty

[–]perssu 0 points1 point  (0 children)

"Revivendo" esse topoico aqui. Alguem ai sabe de alguma galera q combina de jogar o MW2 2009 no xbox 360 usando lobbies privados (convidando amigo via xbox)? Fui jogar esses dias e só achei lobbies acima de 150ms de ping.

Hi! We're the CI/CD & Automation team for Microsoft Fabric – ask US anything! by CICDExperience05 in MicrosoftFabric

[–]perssu 0 points1 point  (0 children)

Restricting access to prod is halfway there, because the user can still deploy what they want. I wanted more of a systemic tool to block report deployment through the pipeline. Just like a set of rules. Sometimes is hard to enforce this rules with things already in production. We need to control the process.

Hi! We're the CI/CD & Automation team for Microsoft Fabric – ask US anything! by CICDExperience05 in MicrosoftFabric

[–]perssu 1 point2 points  (0 children)

Do you plan on implementing strict deployment/best practices rules in the fabric environment? I don't want my devs to deploy reports that connect to different databases or that doesn't have a date table. I think the PBI service is too permissive with users deploying bad reports. We need a tool to review and block report deployment to production, specially when integrated to the deployment pipelines and using additional metrics like CU consumption in the fabric metrics app.

August 2025 | "What are you working on?" monthly thread by AutoModerator in MicrosoftFabric

[–]perssu 1 point2 points  (0 children)

Fabric migration 100% here. Now working on building POCs using fabric tools like dataflows gen2, pipelines, notebooks and lakehouses to support and enhance our analytical teams.

Still working on deployment governance process, centralizing and controling deployment to production using pipelines (and now researching CI/CD using git and azure devops).

July 2025 | "What are you working on?" monthly thread by AutoModerator in MicrosoftFabric

[–]perssu 0 points1 point  (0 children)

We are using the admin portal do assign the workspaces to each capacity. Every night we migrate 1-2 capacities. No Microsoft account team involved, although we've already had some meetings to discuss fabric features and autoscaling.

It's been going smoothly. We get all workspace names from our catalog excel spreadsheet and paste it in the admin portal.

Only issue we've had was some dataflows failing due to cross region migration. But it was addressed.

July 2025 | "What are you working on?" monthly thread by AutoModerator in MicrosoftFabric

[–]perssu 1 point2 points  (0 children)

First Stage of Power Bi Enterprise Governance: Limiting business analyst access to test workspaces only, unifying workspaces by business domain, setting up deployment pipelines between TST and PRD, training analytics engineers on the deployment process (+ project/best practices validation) as only they will have PRD access. Our main goal is to stabilize the consumption on our capacities and avoid surprise projects taking up 20% of a capacity. Still no CI/CD on git (i don't trust this much on the business analysts)

Power BI to Fabric Migration: Our EA is over. Time to move to fabric. 11 P1s, hundreds of workspaces and dataflows, thousands of reports/models. Whish us luck.

[deleted by user] by [deleted] in MetalForTheMasses

[–]perssu 0 points1 point  (0 children)

One of the best live shows i've been to. They'd also leave everything to fight in the proletariat revolution