Does Dremio Arctic support json file format?

We have a Dremio Arctic in our group and somehow our IT group said that it couldn’t accept a json file format. However, the documentation says it does support JSON format. I mention this to our IT group and they said that they already reached out to Dremio support and that they said JSON is not supported. So I was wondering if the documentation is incorrect or not.

@alalicon, Dremio Arctic in an Iceberg catalog so it only supports Iceberg table format.
Dremio also supports formatting JSON files that are in object storage into a queryable table.
If you’d like to make the data that is currently in JSON format available in your Arctic catalog, you can use the [COPY INTO](https://docs.dremio.com/cloud/reference/sql/commands/copy-into-table) command to do that.