What problem does it solve? Setting up cross-cloud data federation between Google Cloud and remote Iceberg REST catalogs like Databricks Unity or AWS Glue involves complex IAM, secret management, and region-pairing steps that are error-prone when done manually. ## Core Features & Use Cases - Databricks Unity Federation: Creates regional Secret Manager secrets and BigLake federated catalogs pointing to Databricks Unity Catalog with proper service account permissions. - AWS Glue Federation: Guides creation of AWS IAM roles with placeholder trust policies, scoped Glue/S3 permissions, and catalog creation using the AWS Account ID as the warehouse. - Validation & Troubleshooting: Verifies federation by listing namespaces via the bq CLI and provides region-pairing guidance to minimize cross-cloud latency. - Use Case: A data engineer wants to query S3 data cataloged in AWS Glue directly from BigQuery without migrating the data; this Skill walks through IAM setup, catalog creation, and query validation. ## Quick Start Ask the assistant to federate your lakehouse catalog to Databricks Unity or AWS Glue so you can query remote data from BigQuery.