Re: [I] python snowflake adbc_ingest "does not exist or not authorized" [arrow-adbc]

Tue, 25 Feb 2025 16:11:20 -0800


aschreiber1 commented on issue #2545:
URL: https://github.com/apache/arrow-adbc/issues/2545#issuecomment-2683571013

   Right so it's a capitalization issue, thanks this at least gives me a 
workaround! it's also an issue with not handling the database and schema right. 
Assuming I am in database X, and Schema Y, all three of these should work 
   "X.Y.MY_TABLE"
   "Y.MY_TABLE"
   "MY_TABLE"
   
   Also if I am in database X but schema Z, these should still work
   "X.Y.MY_TABLE"
   "Y.MY_TABLE"
   
   And even if I am in Database Q, this should still work:
   "X.Y.MY_TABLE"
   
   
   But right now the only thing that seems to work is if you are in Database X 
and Schema Y and refer to it as "MY_TABLE"
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to