Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Trying to import Data from Snowflake

I'm trying to import some data from Snowflake and am getting the following error. Would anyone be able to help me out with this?
 
"FULL_US_POP_DEMOGRAPHICS_VWOLE DB or ODBC error: [DataSource.Error] ERROR [HY000] [Microsoft][Snowflake] (25) Result download worker error: Worker error: [Microsoft][Snowflake] (4) REST request for URL https://bqdbgosfcb1stg.blob.core.windows.net/results/01a72993-0c03-a0c5-0000-09cd1cc21786_0%2Fmain%2Fdata_0_4_112?sv=2021-04-10&spr=https&se=2022-09-23T20%3A16%3A01Z&sr=b&sp=r&sig=3x8qqnqVirZjRU18dDag2FYFAv%2FzRHnyCVuIlqCOG0U%3D&rsce=gzip failed: CURLerror (curl_easy_perform() failed) - code=42 msg='Operation was aborted by an application callback'. ."
 
I currently have a direct query connection established and I want to switch to an import and that's when I receive the error.
 
Thank you in advance
  • GilbertQ's avatar
    GilbertQ
    3 years ago

    Hi Anonymous 

     

    I would rather suggest creating a new table to import the data. 

     

    I dont think it typically works where an existing table can be changed from DirectQuery to import.

3 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      Yes, i already have the ODBC driver installed. The error i get is when i try to switch from direct query connection to import. 

      • GilbertQ's avatar
        GilbertQ
        Super User

        Hi Anonymous 

         

        I would rather suggest creating a new table to import the data. 

         

        I dont think it typically works where an existing table can be changed from DirectQuery to import.