Releases: fivetran/agents_schema
Releases · fivetran/agents_schema
v0.0.6
v0.0.6
Breaking Change
AGENTS.ROOT.DESCRIPTION has been renamed to AGENTS.ROOT.CONTENT.
This better reflects that AGENTS.ROOT rows can contain any provider-published context, not only table descriptions. Existing source-specific description columns, such as AGENTS.DBT_MODEL.DESCRIPTION, AGENTS.LOOKML_* .DESCRIPTION, and AGENTS.OSI_* .DESCRIPTION, are unchanged.
Existing warehouses using a prior version must migrate or recreate AGENTS.ROOT before running this version:
ALTER TABLE AGENTS.ROOT RENAME COLUMN DESCRIPTION TO CONTENT;Changed
- Updated the root schema writer to publish
CONTENTinAGENTS.ROOT. - Updated the Agents Schema spec and analyst skill example to query
AGENTS.ROOT.CONTENT. - Updated package, reusable workflow, composite action, and documentation pins to
v0.0.6.
Validation
- Unit tests passed.
- Python package distributions built successfully.
- Distribution metadata checks passed.
v0.0.5
Initial PyPI release of agents-schema.
Includes GitHub reusable workflows and CLI support for publishing dbt, Looker, and OSI metadata into the warehouse AGENTS schema.