Glue Catalog Configuration

Hi Everyone! We have starburst enterprise running on an EKS cluster and we wanted to add an iceberg catalog which is in a different AWS account. We have added hive.metastore.glue.catalogid=[AWSAccountID]. But I am unable to see the schemas and tables in starburst. Could you please let us know how to correctly configure cross account glue catalog?

A few months ago I have used following catalog settings:

    connector.name=iceberg
    iceberg.catalog.type=glue
    hive.metastore.glue.region=sa-east-1
    #usar o mesmo nome do catalogo do tipo hive
    iceberg.hive-catalog-name=<my_hive_catalog_name>
    #hive.metastore.glue.iam-role=arn:aws:iam::xxxxxx:role/xxxxxx
    #hive.s3.iam-role=arn:aws:iam::xxxxx:role/xxxx

Other troubleshooting tips:

  1. Double check the region you are using.
  2. If you are using Lake formation, make sure you double check the permissions at the source account. This has been an issue in the past.