Changelog
03-30-2026β
Power BI: Lineage now supports Dataflowsβ
Using Power BI Dataflows could break lineage, as intermediate layers were not processed.
We now support asset-level and column-level lineage through Dataflows.
03-13-2026β
Power BI: Improved lineage for renamed fieldsβ
Previously, renaming columns in Power BI could break lineage, as transformed field names no longer matched their original source columns.
We've improved Power BI lineage to handle renamed fields, preserving column-level lineage between Power BI and upstream data sources.
Supported rename methods include:
-
Table.RenameColumnswith a direct mapping β for explicit column renames defined in Power Query M -
Table.RenameColumnswith multiple rename pairs β for transformation steps that rename several columns at once
Domo connector: Cards now available in Coalesce Catalogβ
We've enhanced the Domo connector to catalog Domo Cards, making them fully governable and accessible via the AI Assistant.
03-09-2026β
API: Data Products & Pinned Assets Endpointsβ
We've expanded the capabilities of our Public Catalog API with four new endpoints.
New endpoints:
-
Get Data Products β Retrieve all assets marked as Data Products in the Coalesce Catalog
-
Get | Upsert | Remove Pinned Assets β Fully manage Pinned Assets through the API
Reminder: You can test Catalog API requests directly in the in-app Catalog API Playground, which lets you run live queries against your environment and explore available endpoints before building integrations.
03-06-2026β
π New: Self-service API token managementβ
Admins can now generate and manage Catalog API tokens directly from the application, without needing to contact Support.
You'll find a new API tab in Settings, where you can:
- Generate a new API token
- Rotate your token when needed
- Revoke access instantly

02-27-2026β
π Create custom Ownership Labels in the Catalogβ
Ownership is a core concept: every asset must have a clearly identified accountable owner (documentation, technical expertise, business context, etc.).
Previously, ownership was flat (all owners shared the same label), which made responsibilities ambiguous and impacted governance.
We now introduce Custom Ownership Labels, so each organization can define label ownership (e.g. Technical, Business, Domain Owner) and make responsibilities explicit and operational.

How to get started?
#1 Create labels (Admin)
- Go to Account Configuration β Ownership Labels
- Create the labels you want (e.g. Technical, Business, Domain, etc.)
#2 Assign labels to existing owners (Bulk update)
- Open Metadata Editor
- Filter by Owner
- Select the assets for a given owner
- Use Replace owner β choose the same owner but with the right label
- Repeat for each owner you want to label
Without step #2, existing owners will appear in the application as "No label" owners
#3 Verify
- Anywhere owners appear (Details panel, AI Assistant, β¦), owners will now be grouped by label
- In the future, each time an owner is added to an asset, a label must be assigned.
02-12-2026β
Apply changes to all matching assets in the Metadata Editorβ
You can now apply metadata updates to all assets matching your filters, not just the first 500 loaded results.
Keep metadata consistent at scale and eliminate repetitive bulk updates.
How does it work?
- When filtering and results exceed what's loaded, "Select all matching assets" triggers Apply All (runs in the background)
- Progress/status is visible in the Metadata Editor header
12-08-2025β
π New: MCP Server for Coalesce Catalogβ
You can now connect your favorite AI tools directly to Coalesce Catalog using the Model Context Protocol (MCP).
What it does
The MCP server exposes 8 tools that let external AI assistants search and retrieve information from your catalog:
-
π Search tools: Find tables, dashboards, columns, and glossary terms using the same search engine as our AI Assistant
-
π Catalog tools: Access company context, tags, users, and teams
Why it matters
Build your own data agents with your preferred AI tools (Claude, Cursor, Dust, and other MCP-compatible clients). Combine Coalesce Catalog with other MCP servers like dbt, Looker, or Snowflake to create powerful, customized workflows.
β‘ How to get started
-
Generate an API token in your account settings
-
Configure your MCP client with the server URL:
https://api.castordoc.com/mcp/server -
Start querying your catalog through natural conversation
π See the full setup documentation for detailed instructions.
12-04-2025β
π Full Metadata Historyβ
The History tab now logs all metadata changes on assets.
Why you'll care?
-
Traceability for governance: Get a complete audit trail of who changed what and when on tables, dashboards, and knowledge pages.
-
Smoother collaboration: Everyone can quickly verify updates in one place, aligned with what notifications show. No more confusion.

11-28-2025β
πΌοΈ Data Product Images in Catalog Marketplaceβ
You can now add an image to every Data Product in the Catalog Marketplace β a feature many of you have been asking for since the Marketplace launch to make it nicer to scan.
Images can be added by uploading your own or generating one with AI.

π§ͺ In-app Catalog API Playgroundβ
Make it easier and faster for teams to start using the Catalog API directly from the product.
π― What it does:
- New API playground in the app where users can experiment with the Catalog API in a safe, guided way
- Users simply paste the API token provided by the catalog support team and can immediately run real requests
- A pre-configured example query is available out of the boxβclick "Run" to see live results right away
- The query editor supports autocomplete (for example, when typing
foldersand related paths), helping users discover the right endpoints and parameters much faster
π‘ Why it matters:
- Reduces friction for developers and data teams to start integrating with the Catalog API
- Accelerates API-based initiatives by shortening the time from idea to first successful request
π§ Coming soon
- Admin users will be able to generate API tokens directly in the app, then immediately test them in the playground with pre-written queries
- This will provide a fully self-service API onboarding flow: generate token β test requests live β integrate into your own workflows

11-07-2025β
π Search Assistant - Natural Language Filteringβ
Filtering capabilities are now released in the Search assistant!
π― What's new:
Users can now filter search results directly through natural language queries, without needing to switch to manual filters. The assistant automatically understands and applies filters based on:
- OWNER β Filter by business owner (partial or full match)
- TAG β Filter by asset tags
- NAME β Filter by asset name (partial or full match)
π‘ Examples:
- "Which tables are owned by Alice?"
- "Show me dashboards tagged GDPR"
- "Find assets named customer"
This makes the Catalog fully explorable through conversation and significantly speeds up asset discovery! π

10-27-2025β
π Metadata Editor - Filter by Upstream Tableβ
Enhanced the metadata editor with powerful lineage-based filtering capabilities to streamline bulk metadata operations.
π― What it does:
- Added "Ancestors" filter in the metadata editor's table tab
- Filter tables by their ancestors using lineage relationships
- Supports case-insensitive search with flexible naming formats (
database.schema.tableordatabase schema table) - Considers all lineage types:
AUTOMATIC,MANUAL_CUSTOMER,MANUAL_OPS, andOTHER_TECHNOS
π‘ Why it matters:
- Enables data governance managers to efficiently propagate ownership and tags downstream
- Eliminates manual navigation through lineage tabs for each table
- Leverages existing lineage relationships for smarter bulk metadata operations
- Streamlines governance workflows by focusing on dependent assets
ποΈ Metadata Editor - Hierarchical Source/Database/Schema Selectionβ
Improved the metadata editor with intelligent cascading filters for better navigation and selection accuracy.
π― What it does:
- Database options now depend on selected sources
- Schema options now depend on selected databases
- Creates a logical hierarchy: Source β Database β Schema
- Prevents invalid combinations and reduces selection errors
π‘ Why it matters:
- Provides more intuitive and logical navigation through data assets
- Reduces user errors by showing only valid options at each level
- Improves efficiency when working with large, multi-source environments
- Creates a more structured approach to metadata management
10-20-2025β
π Unified Search Experience: ASK + SEARCH in One Placeβ
We've merged AI-powered and keyword-based search into a single, intelligent search bar on the homepage β making it easier than ever to find what you need, however you prefer to search.

π― What it does:β
- Single entry point: Access both AI Assistant (ASK) and keyword search (SEARCH) from one unified search bar on the homepage
- Smart persistence: Your last search mode choice is automatically remembered across sessions
- Seamless switching: Toggle between search modes without losing context
π‘ Why it matters:β
- Cleaner interface: No more hunting between two separate search locations β everything you need is in one place
- Better AI adoption: Making AI Assistant more discoverable increases usage and helps users get faster, smarter answers
- Personalized experience: The system remembers how you like to search, adapting to your workflow
10-18-2025β
π New: Data Quality Dashboardβ
Monitor your data quality health across Transform and Catalog integrations in one unified view.
π― What it does:β
The Data Quality Dashboard aggregates quality tests from Transform and external tools (Monte Carlo, dbt test, Soda, Sifflet) into a single dashboard with two views:
Overview Tab:
- Overall test pass rate for all tables
- Tables grouped by status (Alert, Warning, Passed)
- Test coverage metrics showing which tables have tests vs. no tests
- Test distribution by technology (Coalesce, Monte Carlo, dbt, Soda, etc.)
Result Details Tab:
- Detailed table list with test results (Failing, Warning, Passing)
- Table popularity metrics
- Direct links to investigate specific assets
Filtering: Filter by Warehouse, Database, Schema, Table Tag, Owner, and Result Status to focus on specific areas.
π‘ Why it matters:β
Get a complete picture of data quality across all your tools without jumping between Transform, Monte Carlo, and dbt dashboards. Quickly identify coverage gaps and quality issues to report to leadership.

10-17-2025β
π New native integration: Count connector now availableβ
We're thrilled to announce the release of our Count connector, the newest addition to our suite of BI tool integrations.
10-15-2025β
π§ API Public Types Alignmentβ
We've aligned our public API types for better consistency and accuracy.
π― What changed:
- Changed
nbPerPageparameter from Float to Int type - Changed
pageparameter from Float to Int type
π‘ Why it matters:
- Ensures type consistency across our API endpoints
- Provides better validation for pagination parameters
- Improves developer experience with more accurate type definitions
10-13-2025β
π New: Sigma Data Models are now supported in our Sigma connector!β
Our Sigma connector just got an upgrade: it now supports Data Models, Sigma's asset type introducing a semantic layer for organizing and reusing data.
10-09-2025β
ποΈ Admin Widget Settingsβ
Admins now have full control over widget visibility on the homepage, allowing for a more customized user experience.
π― What it does:
- Admins can activate or deactivate widgets for all users from the admin settings
- When widgets are deactivated, users get a sleek, focused experience centered on search and AI assistant
- When enabled, users can choose which widgets they want to see on their homepage
- Provides flexibility to tailor the interface based on organizational preferences
π‘ Why it matters:
- Gives admins control over the user interface and experience
- Allows organizations to create a more focused, distraction-free environment when needed
- Maintains user choice and customization when widgets are enabled
10-03-2025β
π Company Context for AI Descriptionsβ
Make AI-generated knowledge descriptions more accurate and relevant by adding business context.
π― What it does:
- Admins can now set a short company & industry description in Settings β AI System
- This context is automatically included (by default) when generating new knowledge descriptions
- Users can choose to include or exclude the company context per description
π‘ Why it matters:
- AI-generated content is now better tailored to your business and industry
- Admins gain more control over how the AI understands their environment
Examples


09-04-2025β
π Bulk Edit Column Descriptionsβ
Quickly apply the same description to multiple columns in Catalog.
- Search, filter, and select similar columns
- Use smart suggestions or write your own
- Save time and ensure consistency
Watch the demo
Live now for all Catalog customers
New: Data Quality Dashboard πβ
You have Data Quality integrations? If yes,
Discover a unified dashboard that brings ALL your data quality metrics into one place - no more jumping between Transform, Monte Carlo, dbt, and other tools to get the full picture of your data health.
π― What it does: This new dashboard aggregates quality signals from multiple sources into a single, executive-friendly view. You'll see:
- Overall data quality health across your entire data ecosystem
- Test coverage and pass rates from all your quality tools (Transform, Monte Carlo, dbt test, Soda, etc.)
- Assets grouped by health status (failing, warning, passing, no tests)
- Powerful filtering by warehouse, database, schema, tags, and owner
- Quick drill-down to investigate specific issues

07-31-2025β
New: Data Marketplace is Live! ποΈβ
Turn your Catalog content into a business-friendly experience for data consumers.
The Data Marketplace allows you to showcase consumption-ready data assets (Data Products) in a clear, curated view β organized by domain and easy to explore.
Built for data consumers to discover valuable resources and for data builders to boost the visibility and adoption of their work.
What to do next:
βοΈ Set clear publishing guidelines for your team
βοΈ Select & document the right assets for the Marketplace
βοΈ Start sharing your Marketplace with business users!
 (1) (1).png)
The marketplace feature isn't currently available to all accounts. Please reach out if you'd like to activate it
07-29-2025β
Bulk Tag Columns in Metadata Editorβ
You can now tag multiple columns at once directly from the metadata editorβmaking it faster to manage sensitive data and scale your governance workflows.
π Use Casesβ
- Tag all columns matching a pattern (e.g.
phone) asPII,sensitive, and more - Use filters to target columns by tag, data type, documentation status, primary key presence, and more
- Apply tags across entire domains in one click for streamlined governance
New Assistant Intelligence: Disambiguate User Questionsβ
Catalog Assistant now helps users clarify ambiguous questions by proactively offering follow-up suggestions.
π Whatβs Newβ
When users ask vague queries like βHow are we doing this month?β, the Assistant now responds with clarifying options (e.g., βAre you asking about sales, engagement, operations?β).
π€ Why it mattersβ
- Many user questions are underspecified and led to irrelevant or partial answers
- Disambiguation improves the quality of answers and builds trust in the Assistant
- Makes the Assistant feel more conversational and helpfulβjust like a real analyst would
07-24-2025β
Knowledge Duplicate Warnerβ
Avoid duplicate knowledge pages by flagging existing similar content as you're creating a new one.
Use Case
- Say you're about to create a knowledge page on Revenue. You type in the titleβ¦
- A warning appears: βThere are 5 existing pages with similar names.β
- You can then: Review existing pages, Edit one of them instead, Avoid adding redundant content
This helps to
- Keep knowledge clean and well-organized
- Prevent confusion and rework
- Minimize governance overhead for data teams

07-15-2025β
π New Filters in advanced searchβ
You can now choose AND/OR behavior in the Advance Search Filters for Owners and Tags
π Analytics: Column Monitoringβ
Find it here
Gain visibility over your column metadata at scale:
- Total number of columns
- Description coverage by percentage
- Count of distinct column names
- Distribution of column name occurrences (e.g., "C Phone" appears in 2,500+ tables)
Clicking a column name redirects you to its detailed view.
π Analytics: Column Detailsβ
Find it here
Dive deeper into individual columns:
- See which tables use a specific column
- View column descriptions directly
- Prepare for upcoming support for inline column metadata editing
π·οΈ Analytics: Column Tag Filteringβ
Find it here
You can now filter columns by tagsβe.g., see all columns tagged as sensitive:email.
Quick stats are available:
- Total tagged columns
- Distinct column names
- Distribution breakdown
06-19-2025β
π New native integration: Strategy connector now availableβ
We're excited to announce the launch of our Strategy connector, the latest addition to our suite of BI tool integrations.
With this new Strategy connector, you can:
- Seamlessly connect your Cubes, Reports, Documents and Dashboards to our platform
- Gain visibility into column-level lineage, providing a clear understanding of your data's journey
- Access all relevant metadata and get instant answers to your questions directly within Strategy, thanks to our Chrome Extension that appears on each asset
Check out our documentation for setup instructions!
04-17-2025β
Introducing Catalogβs AI Assistant in Microsoft Teamsβ
Get instant data insights right from your everyday communication tool!
- How it works: Chat 1-on-1 or mention
@Coalescein a group conversation to instantly get trusted answers to questions like: β’ What is ARR? β’ What dashboards track user activity? β’ How is customer margin calculated? - Stay focused: No need to switch tools, get the insights you need without ever leaving Microsoft Teams
- Extra support, anytime: The data team is always here if you need a hand
 (2).gif)
04-16-2025β
Mentions usersβ
You can mention users using the "@" handle. They will receive a notification of mention.

New Homepageβ
The Homepage now allow:
- Each user can pick the relevant widget they want to see
- The Admins can add company news
.png)
.png)
Dashboard & Table Description AI Generator Upgradeβ
AI generated description now leverage all available metadata for Tables and Dashboards, now 100% of them can be described with AI, it used to be 15%
03-26-2025β
New Role Data Stewardβ
How to use it? A steward can do everything an admin can, except user and integration management.

User Roles in Catalog
02-28-2025β
Show Quality issues on Dashboardsβ
If a dashboard is using tables with failing quality tests, Catalog will show it in the app and the chrome extension.

Export all downstream from a given columnβ
We've offered for a few years the ability to download table downstream nodes list, now you can do with any given column. You want to know the impact of changing one single column? Simply click the button and you'll get the list of downstream columns and dashboards using it.

API for SQL Assistantβ
We enabled you to to build your own SQL assistant using our building blocks. How to use it? Here is the public code repository that can be shared with customers. It relies on existing and new API endpoints available here https://apidocs.castordoc.com/
Pinned Assets: Suggestions by AIβ
How to use it? Simply open the Pin Asset, you'll get suggestion of assets to pin based on title and nam. Updated documentation for asset pinning is here
.png)
Looker Studio Native Integrationβ
The Looker Studio connector is now live in Catalog! This is a big deal because Catalog is the only one on the market to offer this integration.
Here is how to set it up
UI Improvementsβ
- Editing Readme now sits behind a dedicated button to avoid misclicks
- The menu spacing has changed to allow for more space
- Weβve also updated the text block color and background in the rich text (Readme).
01-23-2025β
ThoughtSpot connector: govern your Answers with Catalogβ
We have enhanced our ThoughtSpot connector to enable you to govern Answers directly within Catalog.
You can now:
- Track the popularity of each Answer
- View descriptions and tags, automatically retrieved from ThoughtSpot
- Visualize the complete lineage between Datasource β Answer
01-17-2025β
Knowledge Pages: simplified creation and more intuitive navigationβ
Weβve worked to make your Knowledge Pages even easier to manage and explore. Discover the new features:
1οΈβ£ New view for sub-pages
The sub-pages of a given page are now displayed in the βSub-pages & Mapβ tab. This provides a clear and organized view of your documentation structure
2οΈβ£ Simplified sub-page creation
Creating sub-pages has never been faster and more accessible:
- From the left menu, by hovering over your assets
- Directly from the βSub-pagesβ tab of a Knowledge Page
.png)
12-02-2024β
Enhance your "ReadMe" Sections with table elementsβ
You can now enhance the βReadMeβ sections (of all your technical assets and documentation) by adding tables elements.
Why use it?
- Boost readability: organize your content into a structured format
- Simplify understanding: present your information concisely for improved comprehension

11-25-2024β
Sync Your Notion and Confluence Content with Catalog!β
Whatβs New?
Weβve made it easier than ever to maintain a complete and up-to-date knowledge base by integrating Notion and Confluence with Catalog.
Here's what you gain:
- Enhanced AI Assistant: The synced content feeds your AI Assistant, allowing it to provide smarter, more accurate answers to your questions
- Always Up-to-Date Content: Automatic synchronization ensures that your documentation stays accurate, eliminating manual copy-pasting and reducing maintenance efforts
How It Works Find step-by-step instructions to connect your workspaces here:
11-25-2024β
Something new in AI-generated descriptions for your assetsβ
Your AI assistant for automatically generating descriptions just got even more powerful! Whatβs changing: generated descriptions now align with your templates The result: your documentation is both:
- Fully compliant with your internal standards, thanks to template integration
- Accurate (leveraging SQL sources for technical assets and document type for knowledge assets)

10-22-2024β
AI Assistant: Improvement of result relevance through the popularity of assets ββ
The search results for the Assistant are evolving!
We are now taking popularity of assets into account.
When you ask a question to the AI Assistant, the most popular assets are highlighted more prominently. This helps improve relevance.
What does that mean?
- Popular assets are boosted π
- Less popular assets are less visible π½
- Assets without popularity (such as Knowledge assets) are neither boosted nor diminished in visibility, which means they are treated as equivalent to assets with a popularity rating of 2.5/5.
08-31-2024β
Never Lose Track: Unified History of conversationβ
- Unified Conversation History: Easily revisit past interactions with the Assistant in both the Chrome Extension and In-App.
- Seamless Continuity: Access your latest conversations across Dashboard Q&A, SQL CoPilot, and AI Search, even after navigating away or refreshing the page.

07-18-2024β
Real-Time Response Streamingβ
- Instant Feedback: Watch responses build in real-time as you ask your questions.
- Reduced Wait Times: No more long waits for complete answersβsee results immediately.
π Available on both the Catalog app and Chrome extension.
.gif)
07-12-2024β
Optimize Chrome Extension Usability: Sleek & Mobile in Collapsed Mode!β
- Compact Design: The extension now takes up less space in collapsed mode.
- Enhanced Mobility: Easily move the extension around your screen to fit your workflow.

06-14-2024β
π Introducing SQL Copilot Integration in Catalog App!β
What's Newβ
We are excited to introduce the SQL Copilot feature directly within the Catalog application. While the Chrome extension version remains available, you can now enjoy the convenience of accessing SQL tools without leaving the app!
How it Worksβ
- Integrated Access: SQL Co-Pilot is now available directly in the Catalog app, located next to the AI search tab.
- Easy Switching: Seamlessly switch between AI search and SQL Co-Pilot within the same interface.
- Enhanced Practicality: Utilize advanced SQL tools directly within Catalog, streamlining your workflow and enhancing productivity.
Experience the enhanced practicality of having SQL Co-Pilot at your fingertips within the Catalog app. Try it out today and see how it simplifies your data analysis tasks!

06-12-2024β
Introducing: Dashboards Access Controlβ
Admins can now manage who can access which dashboard folders/subfolders in Catalog!
.png)
05-21-2024β
Enhanced AI Search for Data Analysts: Table Searchβ
Previously, our AI could search for knowledge assets and dashboards. Now, it has improved to support natural language queries specifically about data tables.β
How it Works π½ 1. Natural Language Processing for Table Queriesβ
- Our AI can now understand and interpret specific questions about data tables.
- Simply ask the AI about the table you need, and it will recognize your request.
2. Direct Access to Data Tablesβ
- When you query the AI, it will confirm the existence of the table.
- You'll receive direct links or shortcuts to access the tables quickly (only in App for the moment), eliminating the need to manually search through databases or consult colleagues.


05-06-2024β
Catalog's AI Assistant now within Slack!β
What's New:
- Effortless Interactions: Just "ping" the assistant in your #ask-data channel. When you're in a channel, simply type in
@CastorDocand ask your question, the Assistant will answer you! - Instant Insights: Access instant, reliable data insights without leaving Slack.
- Enhanced Support: The data team is on standby for additional help if needed.
03-22-2024β
Introducing templates for assets documentationβ
Full documentation here: Templates
Define your documentation good practices and must-have. Guide your contributors and improve your overall documentation quality by sharing the same formatting throughout your company.

Create your templates under the Governance page

Then your contributors apply templates to the asset's read-me sections
02-20-2024β
Introducing AI-Powered Dashboard Insights in Chrome Extensionβ
Dive deep into the 'hows' and 'whys' behind your data dashboards. Understand not just what your data shows, but how itβs structured and why it matters.
You can ask questions related to those attributes: Dashboard Name, Source Name, Technology, Type, isVerified, Folder Path, isDeprecated, Description User, Description External, Pinned Assetsand Mentioned in

02-13-2024β
- Delete a team - You can now fully manage teams: create, edit team information, edit members and delete the team
01-30-2024β
Introducing Advanced Filtering: Search by Source and Databaseβ
Filter your searches more precisely by selecting specific sources and databases.

01-17-2024β
- UI update on the "Mentioned In" section
- Notification for teams - teams as owner can now get Slack notifications. Set it up on your account
Admin features
-
Assets access control at Schema granularity
-
Tag edition: Color Picker - more info
-
Integration settings page
.png)
12-27-2023β
Enriched tooltip for teams as owner
Admin features
- Tag renaming from the Tag Manager page - More info here
- Reportings: tag column has been split in three columns for each type of tags: User tags, Catalog tags, External tags
- API new endpoints for user and team management
12-13-2023β
Fivetran Integrationβ
Catalog
- represents objects extracted and loaded by each Fivetran connector
- computes lineage between Fivetran assets and the warehouses where tables are loaded

12-7-2023β
External Lineageβ
Your data is sometimes used somewhere else than warehouses or dashboards: ML algorithms, data apps or third party services. Catalog materializes these usages in catalog and lineage.

Representing data apps and reverse ETL reading into a Snowflake table
Lineage to service accounts
12-1-2023β
Table Linksβ

From a table in Catalog, jump back to either Snowflake, Airflow or the URL of your choice π
Source Linkβ
BigQuery and Snowflake Tables now have their link to redirect to respectively the BigQuery console or the Snowsight interface.
External Linksβ
Tables can be associated with links (Airflow, GitLab, GitHub, other), via the Catalog API.
Tables
dbt test managed by Catalogβ
Catalog now manages the dbt test integration, no more files to push and schedule. All Tables present in Catalog and that dbt tests evaluate will display these tests in their Data Quality tab.
dbt tests
11-30-2023β
AI Search over your knowledge content. Like a Q&A, your users get their questions directly answered if the answer is within one or several knowledge pages.
11-20-2023β
Asset Access Controlβ
Admins now have a way to manage who can access which database in Catalog!
Assets Access Control
Next iteration will introduce assets management at schema granularity!
10-18-2023β
InApp Selection of Database and Schemasβ
It is quite common to have to finetune content extracted from a warehouse. You may want to exclude that particular schema or later add back that other database. You can now do that autonomously in the app.
Integration settings
Notifications via Emailsβ
Catalog, while pushing for Slacks notifications, understands that some customers prefer having their notifications via email, it is now available
Native Column Tags Extractionβ
- Snowflake and BigQuery column tags are now extracted natively