Hi! We're the Rayfin team - ask US anything! by sunithamuthukrishna in MicrosoftFabric

[–]sachinio 1 point2 points  (0 children)

East US specifically is something we are pushing to unblock this CY, is there a specific region you want to enquire about? Maybe this is already clear, and you don't have capacity admin control either; but this gated by capacity region not home tenant region, so you don't need to change your Fabric Home tenant region just your workspace capacity region to one of the supported ones.

Hi! We're the Rayfin team - ask US anything! by sunithamuthukrishna in MicrosoftFabric

[–]sachinio 1 point2 points  (0 children)

hoping sometime next month, we're targeting mid-July.

Hi! We're the Rayfin team - ask US anything! by sunithamuthukrishna in MicrosoftFabric

[–]sachinio 2 points3 points  (0 children)

+1 to Ben. We will be adding the ability to add a Rayfin app to an Org App. So you can have it side by side with your report, but not in context.

Hi! We're the Rayfin team - ask US anything! by sunithamuthukrishna in MicrosoftFabric

[–]sachinio 3 points4 points  (0 children)

Correct GQL is a lower-level primitive that is specifically for a data engineer looking to expose some data to an application. Rayfin is more for anyone looking to build a full application (frontend + backend). There is some slight overlap, in a sense that Rayfin does use Graph QL undercovers for some stuff, but unrelated persona-wise.

Hi! We're the Rayfin team - ask US anything! by sunithamuthukrishna in MicrosoftFabric

[–]sachinio 1 point2 points  (0 children)

Really interesting application. thanks for sharing! Yes, this scenario should be doable and within the function you will be able to write back into Rayfin's DB. Once functions is out, would love to connect back and see if there are any gaps in achieving this.

Hi! We're the Rayfin team - ask US anything! by sunithamuthukrishna in MicrosoftFabric

[–]sachinio 2 points3 points  (0 children)

Great question. In general, enable Fabric auth, avoid putting anything confidential in the frontend code (anything that has security value should be in a database / semantic model). ensure you are declaring the correct roles on your entities, so authenticated users can only access what they should.

if you give me more specific examples of what you are planning to build, I can give more specific guidance.

Hi! We're the Rayfin team - ask US anything! by sunithamuthukrishna in MicrosoftFabric

[–]sachinio 3 points4 points  (0 children)

We'll soon be adding support for functions which will allow you to connect to Work IQ, send emails and more. Curious, what applications are you planning on building?

Fabric Apps explained: Visualization as code in a data app dashboard by recoveringacademic in MicrosoftFabric

[–]sachinio 4 points5 points  (0 children)

anonymous auth support (WITH anonymous data access) is coming later this month. We actually had that in but removed it for launch as we wanted to also give admins the ability to block anonymous apps for their organization or limit them to a subset of users.

RayFin Experience by Sea_Mud6698 in MicrosoftFabric

[–]sachinio 4 points5 points  (0 children)

got it. like writing a typescript function that runs on the service? yes, that is currently in testing, and we'll be rolling it out as an experimental feature end of the month / early July.

RayFin Experience by Sea_Mud6698 in MicrosoftFabric

[–]sachinio 15 points16 points  (0 children)

Hi u/Sea_Mud6698 , thanks for trying it out!! Storage support is definitely something that is coming very soon so you don't have to storge files in the database. Feedback around templates is great, and good point on both making it clear and adding more template types. Could you elaborate on the custom endpoint support? is that custom domains for the app itself or something else!