cancel
Showing results for 
Search instead for 
Did you mean: 
liquibricks
Contributor
since ‎09-26-2025
3 weeks ago

User Stats

  • 7 Posts
  • 2 Solutions
  • 3 Kudos given
  • 3 Kudos received

User Activity

I'm trying to define a job for a pipeline using the Asset Bundle Python SDK. I created the pipeline first (using the SDK) and i'm now trying to add the Job. The DAB validates and deploys successfully, but when I run the Job i get an error: UNAUTHORIZ...
We have a pipeline in a job which dynamically creates a set of streaming tables based on a list of kafka topics like this:       # inside a loop      @DP.table(name=table_name, comment=markdown_info)      def topic_flow(topic_name=topic_name):       ...
We are testing an ingestion from kafka to databricks using a streaming table. The streaming table was created by a DAB deployed to "production" which runs as a service principal. This means the service principal is the "owner" of the table.We now wan...
Kudos from
Kudos given to