nikola-arcadis opened a new issue, #40208:
URL: https://github.com/apache/doris/issues/40208

   ### Discussed in https://github.com/apache/doris/discussions/40207
   
   <div type='discussions-op-text'>
   
   <sup>Originally posted by **nikola-arcadis** August 30, 2024</sup>
   I have an external catalog in Doris using Iceberg REST. SQL insert and 
select works just fine.
   
   but when I want to load a file from s3 into iceberg table I get strange 
error.
   
   This is my configuration:
   
   ```
   LOAD LABEL s3_csv_load (
     DATA INFILE("s3://warehouse/tasks.csv") INTO TABLE tasks COLUMNS 
TERMINATED BY ","
   ) WITH S3 (
     "AWS_ENDPOINT" = "...",
     "AWS_ACCESS_KEY" = "...",
     "AWS_SECRET_KEY" = "...",
     "AWS_REGION" = "...",
     "use_path_style" = "true"
   ) PROPERTIES (
     "timeout" = "3600"
   );
   ```
   and when I execute I get this
   
   ```
   MySQL Error
   Unable to connect to database "tasks_db".
   ```
   
   The database clearly exists.
   
   Interestingly enough if I run this import into internal table it works 
fine.</div>


-- 
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: commits-unsubscr...@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to