What problem does it solve? Querying data stored in remote catalogs like Databricks Unity or AWS Glue from Google Cloud engines normally requires complex cross-cloud setup involving credentials, IAM trust policies, and regional alignment. This Skill guides the entire federation workflow so remote Iceberg data becomes queryable from BigQuery and Spark without manual guesswork. ## Core Features & Use Cases - Databricks Unity Federation: Creates regional Secret Manager secrets for OAuth credentials and provisions a federated BigLake Iceberg catalog pointing to Unity. - AWS Glue Federation: Builds AWS IAM roles with placeholder trust policies, attaches scoped Glue and S3 permissions, and finalizes trust using the generated Google service account ID. - Region Pairing Guidance: Recommends optimal GCP regions paired with AWS regions to minimize cross-cloud query latency. - Use Case: A data team keeps tables in AWS Glue on S3 but wants analysts to query them in BigQuery; this Skill walks through IAM setup, catalog creation, and validation until queries return results. ## Quick Start Ask the assistant to federate your lakehouse catalog to Databricks Unity or AWS Glue so you can query that remote data from BigQuery.