cancel
Showing results for 
Search instead for 
Did you mean: 
Community Articles
Dive into a collaborative space where members like YOU can exchange knowledge, tips, and best practices. Join the conversation today and unlock a wealth of collective wisdom to enhance your experience and drive success.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

PiotrPustola
by New Contributor II
  • 212 Views
  • 2 replies
  • 1 kudos

Orchestrating Irregular Databricks Jobs from external source Timestamps

Works for any event-driven workload: IoT alerts, e-commerce flash sales, financial market close processing.GoalIn this project, I needed to start Databricks jobs on an irregular basis, driven entirely by timestamps stored in PostgreSQL rather than by...

  • 212 Views
  • 2 replies
  • 1 kudos
Latest Reply
SteveOstrowski
Databricks Employee
  • 1 kudos

@PiotrPustola -- The self-rescheduling orchestrator pattern is a really elegant solution for event-driven workloads that depend on externally managed timestamps. A few thoughts and additions that might help you and others who land on this article: AD...

  • 1 kudos
1 More Replies
Ale_Armillotta
by Contributor
  • 395 Views
  • 2 replies
  • 5 kudos

CI/CD on Databricks with Asset Bundles (DABs) and GitHub Actions

Hi all.If you've ever manually promoted resources from dev to prod on Databricks — copying notebooks, updating configs, hoping nothing breaks — this post is for you.I've been building a CI/CD setup for a Speech-to-Text pipeline on Databricks, and I w...

Community Articles
CICD
DABs
GitHub
  • 395 Views
  • 2 replies
  • 5 kudos
Latest Reply
Ale_Armillotta
Contributor
  • 5 kudos

I've recorded also a YouTube tutorial if someone needs support: https://youtu.be/kStRXqCznHA

  • 5 kudos
1 More Replies
DenisG
by New Contributor III
  • 5265 Views
  • 4 replies
  • 2 kudos

Demo Deploy a Databricks Asset Bundle with Azure DevOps Pipelines

I recently wrote a blog post showing how to deploy a minimal Databricks job with notebook task using Databricks Asset Bundles and Azure DevOps pipelines. The code is available in my public GitHub repo. Thought I'd share it here!ObjectivesIn this post...

authentication.png workflow.png pipeline.png
  • 5265 Views
  • 4 replies
  • 2 kudos
Latest Reply
IONA
New Contributor III
  • 2 kudos

HiGreat article.2 questionsHow does the deploy bundle script in the pipleine know where to pick up the bundel. Should there be a path. Mine is on my local machine becaust that where I first run it from the cli. Also can a bundle deploy resources that...

  • 2 kudos
3 More Replies
ThomazRossito
by Contributor
  • 3670 Views
  • 1 replies
  • 1 kudos

Post: Lakehouse Federation - Databricks

Lakehouse Federation - Databricks In the world of data, innovation is constant. And the most recent revolution comes with Lakehouse Federation, a fusion between data lakes and data warehouses, taking data manipulation to a new level. This advancement...

Community Articles
data engineer
Lakehouse
SQL Analytics
  • 3670 Views
  • 1 replies
  • 1 kudos
Latest Reply
Freshman
New Contributor III
  • 1 kudos

Hey Quick Question, Can we use it for the production version ? We have application server as SQL server, we are planning to use lakehouse federation so we can bypass creating and maintaining 100 of workflows. as we a small dataset I am not too sure o...

  • 1 kudos
marvin-alpura
by New Contributor II
  • 2165 Views
  • 0 replies
  • 1 kudos

Power BI to Databricks Semantic Layer Generator (DAX → SQL/PySpark)

Hi everyone!I’ve just released an open-source tool that generates a semantic layer in Databricks notebooks from a Power BI dataset using the Power BI REST API. Im not an expert yet, but it gets job done and instead of using AtScale/dbt/or the PBI Sem...

  • 2165 Views
  • 0 replies
  • 1 kudos
Labels