- 25
- 6 392
The Data Platform
เข้าร่วมเมื่อ 26 ธ.ค. 2023
วีดีโอ
Azure Data Factory Self Hosted Integration Runtime
มุมมอง 147 หลายเดือนก่อน
Azure Data Factory Self Hosted Integration Runtime
Azure Data Factory Terraform and GitHub
มุมมอง 1237 หลายเดือนก่อน
Azure Data Factory Terraform and GitHub
Databricks Service Principal Personal Access Tokens
มุมมอง 2.9K9 หลายเดือนก่อน
Databricks Service Principal Personal Access Tokens
Datbricks Users Groups Catalogs and More
มุมมอง 4010 หลายเดือนก่อน
Datbricks Users Groups Catalogs and More
Datbricks Unity Catalog Metastore Assignment to Spokes
มุมมอง 4910 หลายเดือนก่อน
Datbricks Unity Catalog Metastore Assignment to Spokes
Databricks Unity Catalog Metastore Hub
มุมมอง 7410 หลายเดือนก่อน
Databricks Unity Catalog Metastore Hub
Databricks Workspace with Terraform and GitHub Actions
มุมมอง 29310 หลายเดือนก่อน
Databricks Workspace with Terraform and GitHub Actions
Databricks VNet Injected Hub Workspace
มุมมอง 7410 หลายเดือนก่อน
Databricks VNet Injected Hub Workspace
Hub Network and VNet Peering with S2S VPN
มุมมอง 5210 หลายเดือนก่อน
Hub Network and VNet Peering with S2S VPN
Can u give a repository link for this
Hi Can you share the Github link for the resource code please?
Thnaks ! But The audio is bad
Hi Could you please share the terraform code for data factory
Thanks a ton, its crisp and clear , to the point view. Can you share notebooks for this please.
Is the tf code viewable anywhere in github?
Thanks for the video but you are not addressing the issue that this webhook activity remains in 'In Progress' status forever.
Great video.
Thank you very much for the tutorial. Been looking for this for sometime!
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!
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.