Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Token Authentication error #230

Open
jijack opened this issue Feb 8, 2024 · 0 comments
Open

Token Authentication error #230

jijack opened this issue Feb 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jijack
Copy link

jijack commented Feb 8, 2024

I have an Authentication error on purview token while testing the lineage solution accellerator.

Steps to reproduce the behavior:

  1. Follow the base deploy guide only: https://github.com/microsoft/Purview-ADB-Lineage-Solution-Accelerator/blob/release/2.3/deploy-base.md
  2. At the end of the step: https://github.com/microsoft/Purview-ADB-Lineage-Solution-Accelerator/blob/release/2.3/deploy-base.md#install-openlineage-on-your-databricks-cluster
    Then I try to run a sample databricks test notebook (pulls data from lake parquet A to a new parquet on lake B with spark using commands spark.read.format("parquet").load(dbfs_path) and df.write.parquet(dbfs_path, mode="overwrite") ) with an interactive cluster configured with spark conf and the init script provided (not in DBFS as told in the guide but in workspace, because ad dbricks say init scripts in DBFS are deprecated)

This error pops out when monitoring PurviewOut function after running the dbricks notebook:

image

From the error trace i would say i've entered a wrong token, but everything looks normal to me, may i ask which should be the correct way to debug this and ensure the various keys are set correctly?
Thanks!

@jijack jijack added the bug Something isn't working label Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant