cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

User16826994223
by Honored Contributor III
  • 5243 Views
  • 5 replies
  • 7 kudos

How to access final delta table for web application or interface.

I have a final layer of the gold delta table, that has final aggregated data from silver data . I want to access this final layer of data through the WEB interfaceI think I need to write a web script that would run the spark SQL behind to get the d...

  • 5243 Views
  • 5 replies
  • 7 kudos
Latest Reply
h_h_ak
Contributor
  • 7 kudos

You can also use direct statement execution from databricks: https://docs.databricks.com/api/workspace/statementexecution

  • 7 kudos
4 More Replies
Labels