What problem does it solve? Locating the right data asset in Google Cloud is difficult when you only have a keyword or topic, and retrieving full schema and governance metadata requires knowing exact resource identifiers. This Skill guides discovery through the Dataplex Universal Catalog so you can find BigQuery tables, Spanner databases, BigLake tables, and other GCP assets without knowing their IDs upfront. ## Core Features & Use Cases - Semantic and Keyword Search: Query the Dataplex catalog using natural language intent (e.g., "Q4 product sales data") or precise technical filters like name:, column:, system=, and fully_qualified_name=. - Deep Metadata Lookup: Retrieve full schema, business context, and governance metadata for any asset using the Dataplex Lookup Context command with full entry names. - Public Dataset Handling: Directly inspect bigquery-public-data assets with the bq CLI when Dataplex lookup is unavailable. - Use Case: A data analyst knows they need "customer orders data" but not the table name. The Skill searches Dataplex semantically, resolves the full entry name, and returns the complete schema and column descriptions. ## Quick Start Find the BigQuery table containing customer order data in my GCP project and show me its full schema and metadata.