HI there
I am trying to copy data into an iceberg table by running COPY INTO statement but it fails.
It says there is a failure parsing the query.
I am using the community edition:
Build
23.1.0-202211250136090978-a79618c7
Edition
Community Edition
Another questeion related to COPY INTO syntax
I am using Minio (local S3 compatible storage) named “Local Minio”
COPY INTO arctic.myTable
FROM ‘@SOURCE/bucket/path/folder/file.json’
FILE FORMAT ‘parquet’
What should @SOURCE should be? [“Local Minio”]?
And another question:
I deployed dremio in kubernetes with dremio_v2 helm chart. For some reason is not upgrading the docker image via microk8s helm3 upgrade dremio
neither microk8s helm3 uninstall dremio and later microk8s helm3 install dremio
How can I make kubernetes get the updated docker image?
Thanks
I’d split this helm chart question into another thread. I don’t have much experience with this.
I’m sorry but I’m not sure I understand what your question regarding copy into is. Can you add a screenshot of what you are doing and explain what is going wrong? I thought you were asking how to get the fully qualified source name and that’s what I showed dragging the source in to the editor.