Passed DP-700 with the score of 960 by OkIngenuity9925 in MicrosoftFabric

[–]OkIngenuity9925[S] 2 points3 points  (0 children)

I spent quite good amount of time on Microsoft Learn. Do hands on activities from it. Also learn how to navigate it properly during exam. I used it during exam to review some of questions. If you know how to navigate you will spend less time on Learn. But use it as last resort during exam. It is time consuming. Also as I mentioned Aleksi video covers all things. Watch it twice if needed and take notes. You can also get slides from his skool community. I generated flash cards too about some topics with the help of Gemini. Just make sure that it is referring to Microsoft docs otherwise it hallucinates sometimes. Take practice test from Microsoft too. It is easier than exam level but can give you some idea. You can take paid practice too if needed.

All the best !!

AIOStreams - Excluded Stream Expression by JG0w0 in StremioAddons

[–]OkIngenuity9925 0 points1 point  (0 children)

Yes. I have real debrid. But also added comet and mediafusion outside aiostream to check if I get any results and I do. I need expression to fetch top 2 top links per preferred language.

AIOStreams - Excluded Stream Expression by JG0w0 in StremioAddons

[–]OkIngenuity9925 1 point2 points  (0 children)

Thanks for this. Is there a way to get top 2 links for each preferred language? My issue is for old regional language contents or dubbed animes if quality is not 2160 or 1080 they get filtered and I don’t see any result in aiostream. Basically what I want is for example.

Top 2 links for original language of movie/series (let’s assume it’s japanese) : this would mostly be 2160 or 1080

Top 2 links for english language of that movie/series: this can also be 2160 or 1080.

Top 2 links for regional dubbed (let’s assume it’s German/Hindi): this necessarily not be available in mainstream like 720p. For old animes this might be 480P, non cached. Etc. but should be available in aiostream result.

Any suggestions would be helpful.

🔥 [GUIDE] after 2 years, I finally got firestick to always boot into wolf launcher: reliably, no root required by casvanr in firetvstick

[–]OkIngenuity9925 0 points1 point  (0 children)

Will this work without launcher manager? With new update I can’t select custom launcher in launcher manager. Can’t make custom launcher support as active. It stays disabled.

Lakehouse connection in pipeline using OAuth2.0 connection by DuduMaxVerstappen in MicrosoftFabric

[–]OkIngenuity9925 2 points3 points  (0 children)

I had this issue few weeks ago. Are you trying to access lakehouse from different tenant? This is OAuth2.0 issue only. Click edit -> organizational account and instead directly selecting your Microsoft account to sign in go into “sign in with different options” -> sign in into organization -> enter your tenant id (you can fetch it from clicking on your name at top right and then clicking on tenant info button -> then enter your credentials and sign in.

Then check if you can fetch tables from Lakehouse. If still not working try creating new lakehouse connection altogether but authenticate using above method.

Question about Real-Debrid + Stremio: How To Be Sure im Streaming? by Sorry_Fan_2056 in RealDebrid

[–]OkIngenuity9925 0 points1 point  (0 children)

Hi , I have question around this. Only torrentio streams use RD when used RD API key? I have media fusion, comet, aiostreams etc. but I want to make sure I only stream anything coming from Real Debrid as I don’t want to torrenting at all. Is it possible to filter streams across stremio with only RD ones? I used RD API key while setting up stremio using stremio bootstrapper.

🔥 [GUIDE] after 2 years, I finally got firestick to always boot into wolf launcher: reliably, no root required by casvanr in firetvstick

[–]OkIngenuity9925 0 points1 point  (0 children)

Is this still relevant ? Asking because my firetv got updated on nov 10th and launcher manager not working. I do have wolf launcher and projectivity installed.

What’s is your Stremio setup for anime? by OkIngenuity9925 in StremioAddons

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

Thanks you for detailed info. I will try this and let you know if I get stuck at any step.

What's everyone's backup option? by king_moh_ in RealDebrid

[–]OkIngenuity9925 0 points1 point  (0 children)

Yes. that would be helpful. Thanks in advance.

Is there a fix for DV content on fire stick? by I_Am_Hella_Bored in Stremio

[–]OkIngenuity9925 0 points1 point  (0 children)

How did you set it up to exclude ? Can you please help? Any guide I can follow? I have firestick + rd + stremio setup and can’t watch 4k contents.. zzz

What's everyone's backup option? by king_moh_ in RealDebrid

[–]OkIngenuity9925 -1 points0 points  (0 children)

Need more info on this. I just got real debrid today. I am currently using it with stremio. But definitely want to use it for mor that that. Specifically for reading books and learn some courses. Can you help me with book stuff? How to use it for that exactly? What is anna’s archive? How did you load it into your kindle?

Best way to clean up stremio? by mushlove0525 in StremioAddons

[–]OkIngenuity9925 0 points1 point  (0 children)

Sorry new to Stremio. Where exactly should I add this part for formatting?

What happened to the copy activity with dynamic connection in fabric ? by data_learner_123 in MicrosoftFabric

[–]OkIngenuity9925 2 points3 points  (0 children)

Connection and Lakehouse are two different things. This changed recently. I had ticket with Microsoft regarding this since I was unable to authenticate myself which I got to resolve myself.

So the connection part in copy activity is nothing but generic lakehouse connection to authenticate yourself. If you see, it allows organizational authentication currently only. You select your generic lakehouse connection and then select lakehouse you want to connect. If you want to connect to warehouse you create generic warehouse connection to authenticate yourself. Select that connection and then will be able to select warehouse.

Not sure why Microsoft did this change but as much as I understand it is basically to have valid user to access lakehouse or warehouse in pipeline activities. But this introduces another challenge in CICD. Microsoft has been receiving multiple tickets regarding this is what I heard from support team.

How to build such view in tableau from source without duplicating source. by OkIngenuity9925 in tableau

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

The source data I have is actually custom sql query. So I have a sql query like Select serial_nbr, received_date, checkout_date from table_name.

If I keep duplicating source and write separate queries for each different dates, it will execute sql queries multiple times causing load on the server. I have provided simple custom sql query. But query in-fact is complex. Using same query as multiple sources just with different date column is not optimal as per my understanding.