What problem does it solve? Locating the right data asset in Google Cloud is difficult when you only have a keyword or business topic, and retrieving schema or governance metadata requires knowing exact resource identifiers. This Skill uses Dataplex search and context lookup to find BigQuery, Spanner, BigLake, and Cloud Storage assets and return their full metadata. ## Core Features & Use Cases - Semantic and Keyword Search: Find data assets by natural language intent (e.g., "Q4 product sales data") or precise technical queries (e.g., name:order_v2, system=bigquery). - Schema and Metadata Lookup: Retrieve detailed schema, business context, and governance metadata via the Dataplex Lookup Context command using 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 a table contains sales data but not its name. The Skill searches Dataplex semantically, resolves the full entry name, and returns the table's schema and column descriptions. ## Quick Start Find the BigQuery table containing customer order data in my GCP project and show me its schema.