-
Notifications
You must be signed in to change notification settings - Fork 57
Description
I have followed below steps and using Azure CLI Bash
az account set --subscription
az group create --location EastUS --resource-group
cd clouddrive
git clone https://github.com/microsoft/Purview-ADB-Lineage-Solution-Accelerator.git
cd clouddrive/Purview-ADB-Lineage-Solution-Accelerator/deployment/infra
Then in setting files , provided required information below,
rg="<RESOURCE_NAME>"
prefix="<PREFIX_FOR_RESOURCES>"
clientid="<CLIENT_ID>"
clientsecret="<CLIENT_SECRET>"
tenantid="<TENANT_ID>"
purviewlocation="<PURVIEW_LOCATION>"
then Run ./openlineage-deployment.sh
All the required services are created and i have faced permission issue for databricks that also resolved.
Cluster not created so created manually from Azure CLI , instead of Dbfs location only changed init script path in workspace
and Scope created with required resource link and Keyvault link
and Databricks jobs also executed without any error and output also generated in the container.
but in purview assets are not displaying for blob and databricks.
Please help to proceed further.