cancel
Showing results for 
Search instead for 
Did you mean: 
MarcusC
New Contributor III
since ‎04-30-2024
‎11-19-2024

User Stats

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

User Activity

I've created a Databricks App that is essentially a REST Api in Flask. It returns a json object. Data is in sql-warehouse. It works when calling directly in browser but I want to access it with rest api and Bearer token. But when I login with a servi...
If I do this%sqlcreate or replace temporary view myviewasselect * from silver.<schema>.<table>;SHOW VIEWS;select * from myview;It works. But if I do the same on a Shared Compute it fails with[TABLE_OR_VIEW_NOT_FOUND] The table or view `myview` cannot...
Kudos from