Giter VIP home page Giter VIP logo

Comments (7)

QuentinAmbard avatar QuentinAmbard commented on August 16, 2024

thanks I'll have a look

from dbdemos.

srbbhat avatar srbbhat commented on August 16, 2024

@QuentinAmbard do you have an update?

from dbdemos.

QuentinAmbard avatar QuentinAmbard commented on August 16, 2024

did you check the actual SQL error following the link you have in the message?
I'd say that your workspace isn't properly setup with UC (permission issue with the cloud storage?)

from dbdemos.

srbbhat avatar srbbhat commented on August 16, 2024

I don't see any permission issue, create schema was successful, CREATE TABLE has failed. I do have the right permissions. this catalog is UC enabled. do you think this is related to the way Managed Storage is setup? We use External Storage for other UC tabled tables

--param query - the import needs the query to be run first even empty.
CREATE SCHEMA IF NOT EXISTS dev_bronze.billing_forecast;
CREATE TABLE IF NOT EXISTS dev_bronze.billing_forecast.billing_forecast (sku STRING, workspace_id STRING);

PERMISSION_DENIED: Access denied. Cause: AccessDeniedException error from cloud storage provider. exceptionTraceId=b28e2f64-b232-49ef-9908-f92e277e1b39

from dbdemos.

QuentinAmbard avatar QuentinAmbard commented on August 16, 2024

you have a permission issue for the dev_bronze catalog from what you shared:
PERMISSION_DENIED: Access denied. Cause: AccessDeniedException error from cloud storage provider. exceptionTraceId=b28e2f64-b232-49ef-9908-f92e277e1b39

It's usually the managed identity not properly set to the storage, or something similar

from dbdemos.

srbbhat avatar srbbhat commented on August 16, 2024

the issue has been resolved! I am able figure it out ! Addition of LOCATION to the create table seems to have worked!

from dbdemos.

srbbhat avatar srbbhat commented on August 16, 2024

closing

from dbdemos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.