cancel
Showing results for 
Search instead for 
Did you mean: 
liquibricks
New Contributor III
since ‎09-26-2025
Monday

User Stats

  • 6 Posts
  • 2 Solutions
  • 1 Kudos given
  • 2 Kudos received

User Activity

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