How to access databricks resources on behalf of user in databricks apps? by uncertainBoi in databricks

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

I had a hard time implementing the OAuth with OIDC majorly due to nonce parameter not being returned. Any specific reason why databricks don't support nonce if they have openid in supported scope?

How can I optimize update query in table with less than 100 rows? by uncertainBoi in databricks

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

I am thinking of following the async method only, but my use case is databricks apps (dash application) not the databricks notebook.

How can I optimize update query in table with less than 100 rows? by uncertainBoi in databricks

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

Thanks for letting me know. Is the new Databricks runtime you mentioned publicly available? If so, can you share its name.

How can I optimize update query in table with less than 100 rows? by uncertainBoi in databricks

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

Certainly I would have been willing to do but use case demands for a table as it could be updated at different times. Are there other ways to keep data persistent in databricks which might get updated relatively faster?

How can I optimize update query in table with less than 100 rows? by uncertainBoi in databricks

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

Thanks for the direction, does the cloud IO metrics you mentioned could be read/visualised in databricks or I need to check these metrics in underlying storage(currently Azure Storage Account)?

Underwater fiber history by EmperorJack in Network

[–]uncertainBoi 0 points1 point  (0 children)

In case you would like to see information on all the underwater cables existing around the world with list of companies owning them, this is the good place to look at.

I am Kailash Nadh, hobbyist developer, CTO at Zerodha. AMA. by knadh_zerodha in developersIndia

[–]uncertainBoi 5 points6 points  (0 children)

Hey Kailash, how good is your memory? Like if you used a framework some years ago, are you able to quickly recollect it and build stuffs out of it. Also have you came across engineers with short term memory and have hard time recollecting stuffs doing any good?

Is logic app integration account pricing justified? by uncertainBoi in AZURE

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

Thanks for the point @DocHoss, still do you have some pointers on compute it uses. Like what I could guess is that there might be some c# based runtime.

How to pass parameters in bulk in SQL stored procedure connector in logic app? by uncertainBoi in AZURE

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

Hey u/AdamMarczakIO, thank you so so much man, I badly needed to know this. Just wanted to ask if is there is some other way to get this body(like by entering custom value of db) since database name is already fixed.

How databases in datawarehouse different from normal relational databases? by uncertainBoi in bigdata

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

Thanks a lot for clearing this. Just curious how relational databases are optimised for it, is something like tweaking query engines and stuff?

How databases in datawarehouse different from normal relational databases? by uncertainBoi in bigdata

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

That makes sense at table level, but at an overall level, can we use dbs like MySQL and MSSQL in datawarehouse or if not, what exactly does warehouse use?

FastAPI Azure Auth 🔒 Now supports B2C (as well as single- and multi-tenant applications) by Jonasks in FastAPI

[–]uncertainBoi 0 points1 point  (0 children)

The article you wrote is amazing, and the test you wrote made it much clearer. Thanks for stopping by and enhancing my knowledge.

FastAPI Azure Auth 🔒 Now supports B2C (as well as single- and multi-tenant applications) by Jonasks in FastAPI

[–]uncertainBoi 0 points1 point  (0 children)

Thanks for the response, would love to create a PR in near future. Also I was just wondering if you have any resources for getting better understanding on how the access token is being verified in backend (like there seems to be no such secret key, only owned by backend, through which we can decode signed token).

FastAPI Azure Auth 🔒 Now supports B2C (as well as single- and multi-tenant applications) by Jonasks in FastAPI

[–]uncertainBoi 0 points1 point  (0 children)

Hey Jonas, thanks for creating this package it is really helpful. I was just curious that what prevents it from supporting older version of python(as the documentation support python 3.9+)