What problem does it solve? Querying data stored in remote catalogs like Databricks Unity or AWS Glue from Google Cloud normally requires complex cross-cloud setup involving secrets, IAM roles, and trust policies. This Skill guides the agent through the entire federation workflow so remote Iceberg data becomes queryable from BigQuery and Spark without manual trial and error. ## Core Features & Use Cases - Databricks Unity Federation: Creates regional Secret Manager secrets for OAuth credentials and provisions a federated BigLake Iceberg catalog pointing at Unity Catalog. - AWS Glue Federation: Builds AWS IAM roles with placeholder trust policies, attaches scoped Glue and S3 read permissions, and finalizes the trust relationship using the catalog's 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 engineer wants to run BigQuery analytics over tables managed in AWS Glue. The Skill walks through IAM role creation, catalog provisioning, trust policy updates, and validation until queries return results. ## Quick Start Ask the agent to federate your lakehouse catalog to Databricks or AWS Glue so you can query the remote data from BigQuery.