Unable to load file into Doris table in external catalog #40207
Unanswered
nikola-arcadis
asked this question in
Q&A
Replies: 2 comments
-
this is not support, you can use tvf and insert into |
Beta Was this translation helpful? Give feedback.
0 replies
-
That works, thanks, but I'm where this process happens? Using broker, the processing is offloaded to a broker instance which can scale independently. This seems like a performance hit to backend nodes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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:
and when I execute I get this
The database clearly exists.
Interestingly enough if I run this import into internal table it works fine.
Beta Was this translation helpful? Give feedback.
All reactions