Hi Can you share the Github link for the resource code please?
@johns89032 ай бұрын
Thnaks ! But The audio is bad
@VivekYadav-og4lt2 ай бұрын
Hi Could you please share the terraform code for data factory
@erpoojadak2 ай бұрын
Thanks a ton, its crisp and clear , to the point view. Can you share notebooks for this please.
@marcusadams73353 ай бұрын
Is the tf code viewable anywhere in github?
@javrz914 ай бұрын
Thanks for the video but you are not addressing the issue that this webhook activity remains in 'In Progress' status forever.
@ImranAhmed-themlguy5 ай бұрын
Great video.
@karthikmannepalli79755 ай бұрын
Thank you very much for the tutorial. Been looking for this for sometime!
@Kasenwong8 ай бұрын
Hi Andrew, appreciate your effort for creating this wonderful video! I tested it and it works perfectly! However, when I use the token created from the service principals in Databricks SQL Execution API, it failed and mentioned that insufficient previleges. I tried to grant the catalog access to the service principals (GRANT SELECT ON CATALOG TO `TestServicePrincipal`;) but it mentioned that unable to find the service principals. Do you have any idea on what's going on? Appreciate your reply!
@TheDataPlatform7 ай бұрын
You'll need privileges in a few places. The catalog, the schemas/tables in the catalog, also the compute. If you created a sql warehouse or all purpose compute resource, you'll also need to grant access for the principal on that.