spice-catalogs

Spice Catalog Connectors

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "spice-catalogs" with this command: npx skills add spiceai/skills/spiceai-skills-spice-catalogs

Spice Catalog Connectors

Catalog connectors expose external data catalogs for federated SQL queries, preserving the source schema hierarchy.

Basic Configuration

catalogs:

  • from: <connector> name: <catalog_name> params:

    connector-specific parameters

    include:
    • 'schema.*' # optional: filter tables

Supported Catalogs

Connector From Format Description

unity_catalog

unity_catalog

Databricks Unity Catalog

databricks

databricks

Databricks with Spark Connect

iceberg

iceberg

Apache Iceberg catalogs

spice.ai

spice.ai

Spice.ai Cloud Platform

glue

glue

AWS Glue Data Catalog

Examples

Unity Catalog

catalogs:

Iceberg with S3

catalogs:

Spice.ai Platform

catalogs:

  • from: spice.ai name: spiceai include:
    • 'tpch.*'

Querying Catalog Tables

Tables are accessed using the full path: <catalog>.<schema>.<table>

SELECT * FROM unity.my_schema.customers LIMIT 10;

Include Patterns

Filter which tables to expose using glob patterns:

include:

  • 'prod_schema.*' # all tables in prod_schema
  • '*.customers' # customers table in any schema
  • 'analytics.sales_*' # tables starting with sales_ in analytics

Documentation

  • Catalog Connectors Overview

  • Catalogs Reference

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

spice-data-connector

No summary provided by upstream source.

Repository SourceNeeds Review
General

spice-models

No summary provided by upstream source.

Repository SourceNeeds Review
General

spicepod-config

No summary provided by upstream source.

Repository SourceNeeds Review
General

spice-accelerators

No summary provided by upstream source.

Repository SourceNeeds Review