Skip to main content

Meta Data Glossary

126 terms covering data governance, business intelligence, SQL, AI & more

Showing 126 terms

Business Glossary: The Complete Implementation Guide

A business glossary is the shared vocabulary that aligns teams on what data means. Learn how to build, govern, and scale a business glossary — from initial term capture to AI-ready semantic layer.

business glossarydata governancesemantic layer
Read more →

What Is Data Democratization?

Data democratization is the practice of making data accessible, understandable, and usable across an organization — not just for data specialists. Learn what it requires, where it fails, and why governance is what makes democratization safe.

data democratizationself-service analyticsdata catalog
Read more →

What Is Data Privacy?

Data privacy is the right of individuals to control how their personal information is collected, used, and shared. Learn the legal frameworks (GDPR, CCPA), technical privacy controls, and how data governance enables privacy compliance at scale.

data privacyGDPRCCPA
Read more →

What Is Synthetic Data?

Synthetic data is artificially generated data that preserves the statistical properties of real data without containing actual personal information. Learn how it's generated, its use cases, and where it fits in a governed data strategy.

synthetic dataAI training datadata privacy
Read more →

What Is Data Fabric?

Data fabric is an architecture that creates a unified, intelligent data management layer across heterogeneous environments using active metadata, knowledge graphs, and automated integration.

data fabricdata architecturemetadata management
Read more →

What Is Data Mesh?

Data mesh is a decentralized data architecture based on four principles: domain ownership, data as a product, self-serve infrastructure, and federated governance.

data meshdomain ownershipdata as a product
Read more →

What Is Column-Level Lineage?

Column-level lineage tracks how individual data fields flow and transform across pipelines. Essential for BCBS 239, GDPR data mapping, impact analysis, and AI training data provenance.

column-level lineagedata lineagefield-level lineage
Read more →

What Is Master Data Management (MDM)?

Master data management (MDM) creates a single, trusted source of truth for critical business entities like customers, products, and suppliers. Learn MDM architecture, implementation approaches, and how it relates to data governance.

master data managementMDMgolden record
Read more →

What Is Unstructured Data?

Unstructured data — documents, emails, images, audio, video — makes up 80–90% of enterprise data. Learn what it is, why it's hard to govern, and how AI makes it usable.

unstructured datadocument managementAI data processing
Read more →

ETL vs ELT: What's the Difference and Which Should You Use?

ETL (Extract, Transform, Load) and ELT (Extract, Load, Transform) are the two dominant patterns for moving data between systems. Learn how they differ, when to use each, and why lineage and governance matter for both.

ETLELTdata pipeline
Read more →

What Is a Data Pipeline?

A data pipeline is an automated sequence of processes that moves, transforms, and delivers data from source systems to consumers. Learn about pipeline architecture, types, governance, and observability.

data pipelinedata engineeringETL
Read more →

What Is a Data Lakehouse?

A data lakehouse combines the low-cost storage of a data lake with the query performance and governance capabilities of a data warehouse. Learn how the lakehouse architecture works, who it's for, and what governance it requires.

data lakehouseDelta LakeApache Iceberg
Read more →

What Is DataOps?

DataOps applies DevOps and lean manufacturing principles to data engineering — automating pipelines, accelerating delivery, and building quality in. Learn the practices, benefits, and where DataOps meets data governance.

DataOpsdata engineeringCI/CD
Read more →

What Is Data Discovery?

Data discovery is the process of finding, understanding, and evaluating data assets across an organization. Learn how modern data catalogs automate discovery, the role of metadata, and why discoverability is the foundation of data-driven culture.

data discoverydata catalogmetadata
Read more →

What Is Medallion Architecture?

Medallion architecture organizes data lakehouse storage into Bronze, Silver, and Gold layers — each with increasing quality and structure. Learn the pattern, its benefits, and how to govern data across layers.

medallion architecturebronze silver golddata lakehouse
Read more →

What Is Reverse ETL?

Reverse ETL moves processed data from a data warehouse back into operational tools like CRMs, ad platforms, and customer success systems. Learn how data activation works and what governance it requires.

reverse ETLdata activationoperational analytics
Read more →

What Is Apache Iceberg?

Apache Iceberg is an open table format for large-scale analytic datasets. It brings ACID transactions, schema evolution, and time travel to data lakehouses. Learn how it compares to Delta Lake and Hudi.

Apache Icebergopen table formatdata lakehouse
Read more →

What Is Data Classification?

Data classification is the process of organizing data into categories based on sensitivity, type, or business value. Learn how automated classification powers data governance, GDPR compliance, and security.

data classificationsensitive dataPII
Read more →

What Is Data Masking?

Data masking protects sensitive information by replacing it with realistic but fictional values. Learn static vs dynamic masking, common techniques, and how masking supports GDPR compliance and secure analytics.

data maskingdata anonymizationPII protection
Read more →

What Is AI-Ready Data?

AI-ready data is enterprise data that is accurate, well-documented, discoverable, and governed — prepared for reliable use in AI models, LLMs, and agentic workflows. Learn what it takes to get there.

AI-ready datadata for AILLM data quality
Read more →

What Is GraphRAG?

GraphRAG combines knowledge graphs with retrieval-augmented generation to give LLMs richer, relationship-aware context. Learn how it reduces hallucinations and enables complex enterprise Q&A.

GraphRAGgraph RAGknowledge graph
Read more →

What Is Data Sharing?

Data sharing enables organizations to securely exchange data across teams, clouds, and company boundaries. Learn the models, platforms like Delta Sharing and Snowflake Marketplace, and the governance it requires.

data sharingDelta SharingSnowflake Marketplace
Read more →

What Is Change Data Capture (CDC)?

Change data capture (CDC) continuously tracks and streams database changes to downstream systems in near real-time. Learn log-based CDC, tools like Debezium, and how CDC fits into modern data pipelines.

change data captureCDCreal-time data
Read more →

What Is Data Vault?

Data Vault is a data warehousing modeling methodology built for scalability, auditability, and resilience to change. Learn Hubs, Links, Satellites, and when to choose Data Vault over Kimball or Inmon.

data vaultdata vault modelinghub link satellite
Read more →

What Is a dbt Model?

A dbt model is a SQL SELECT statement that defines a data transformation in dbt (data build tool). Learn materializations, the staging-marts layer pattern, and how dbt models generate metadata for governance.

dbt modelsdbt transformationsdata build tool
Read more →

What Are dbt Tests?

dbt tests are automated data quality checks that run after transformations to validate your data. Learn built-in generic tests, custom singular tests, and how dbt testing integrates with data observability.

dbt testsdbt data qualitydbt testing
Read more →

What Is Data Lineage with dbt?

dbt automatically generates data lineage through ref() and source() functions, creating a DAG of all transformations. Learn column-level lineage, OpenLineage integration, and connecting dbt to enterprise governance.

dbt lineagedata lineage dbtdbt DAG
Read more →

What Is a Vector Database?

A vector database stores high-dimensional embeddings and enables similarity search at scale. Learn how vector databases power RAG, semantic search, and enterprise AI — and why they need data governance to be reliable.

vector databaseembeddingssimilarity search
Read more →

What Are Multi-Agent Systems?

Multi-agent systems are architectures where multiple AI agents collaborate to complete complex tasks. Learn orchestration patterns, enterprise use cases, and the governance they require.

multi-agent systemsAI agentsagent orchestration
Read more →

What Is LLMOps?

LLMOps is the discipline of operationalizing large language models in production — covering deployment, monitoring, evaluation, versioning, and cost management. Learn how LLMOps extends MLOps and what data teams need to know.

LLMOpsMLOpsLLM
Read more →

What Is AI Observability?

AI observability is the practice of monitoring, understanding, and debugging AI systems in production — covering output quality, hallucination rates, drift, and governance compliance.

AI observabilityLLM monitoringAI monitoring
Read more →

What Is Responsible AI?

Responsible AI is the practice of developing and deploying AI systems that are fair, transparent, accountable, and safe. Learn the core principles, regulatory landscape, and why data governance is the foundation of responsible AI.

responsible AIAI ethicsEU AI Act
Read more →

What Is a Large Language Model (LLM)?

A large language model (LLM) is a neural network trained on massive text corpora to understand and generate language. Learn how LLMs work, their limits, and why data governance matters for enterprise AI.

large language modelLLMtransformer
Read more →

What Is Prompt Engineering?

Prompt engineering is the practice of crafting inputs to language models to get reliable, accurate, and useful outputs. Learn the key techniques, why context quality matters more than prompt tricks, and how governed data makes prompts work.

prompt engineeringLLMRAG
Read more →

What Is AI Hallucination?

AI hallucination is when a language model generates plausible-sounding but false information. Learn why LLMs hallucinate, the business risks this creates, and how governed data infrastructure reduces hallucination in enterprise AI.

ai hallucinationLLMRAG
Read more →

What Is Context Engineering?

Context engineering is the practice of designing and managing the information delivered to an AI model's context window to maximize output quality. Learn why it matters more than prompt crafting and how governed data makes it tractable.

context engineeringLLMRAG
Read more →

What Is Fine-Tuning an LLM?

Fine-tuning adapts a pre-trained LLM on domain-specific data to improve performance on targeted tasks. Learn when to use it vs. RAG, and what governance training data requires.

fine-tuningLLM fine-tuningLoRA
Read more →

What Is a Knowledge Graph?

A knowledge graph connects data via entities and typed relationships so AI can reason with context. How graphs power RAG, semantic search, and governance.

knowledge graphsemantic layerRAG
Read more →

What Is a Business Glossary?

A business glossary is the shared vocabulary aligning business and IT on what data means. How glossaries underpin governance, analytics, and AI.

business glossarysemantic layerdata governance
Read more →

What Is Agentic AI?

Agentic AI systems act autonomously — planning, using tools, and making decisions without step-by-step human instructions. Learn how AI agents work and what they need from data governance.

agentic AIAI agentsautonomous AI
Read more →

What Is Data Quality Management?

Data quality management is the practice of measuring, monitoring, and improving data across its lifecycle. Learn about DQM frameworks, dimensions, and implementation strategies.

data quality managementDQMdata governance
Read more →

What Is Data Stewardship?

Data stewardship ensures data is accurate, accessible, and governed. Learn about the steward's role, responsibilities, and practical adoption strategies.

data stewardshipdata governancedata quality
Read more →

What Is AI Governance?

AI governance defines the policies, frameworks, and oversight for responsible AI use. Learn about EU AI Act, NIST AI RMF, ISO 42001, and the US-China-EU regulatory divergence.

ai governanceresponsible AIEU AI Act
Read more →

What Are Data Contracts?

Data contracts define agreements between data producers and consumers on schema, quality, and SLAs. Learn about ODCS and how they enable governed data products.

data contractsdata productsdata governance
Read more →

Data Ownership

Data ownership defines who is accountable for data assets — their quality, access, and usage. Learn how to assign ownership and build a governance culture.

data ownershipdata accountabilitydata governance roles
Read more →

What Is Data Quality?

Learn what data quality is, its six core dimensions, why it matters for AI and analytics, and how modern platforms are making DQ a native capability.

data qualitydata governancedata quality dimensions
Read more →

What Is Model Context Protocol (MCP)?

Learn what Model Context Protocol (MCP) is, how it connects AI agents to enterprise data, and why it matters for reliable AI applications.

model context protocolMCPAI agents
Read more →

Active Metadata

Learn what active metadata is, how it differs from passive metadata, and why it's transforming data governance automation.

active metadatametadata automationdata governance
Read more →

What Is a Data Catalog?

Learn what a data catalog is, how it works, and why it's the foundation of modern data governance.

data catalogmetadata managementdata discovery
Read more →

Data Governance

Learn what data governance is, how to build a framework, and why it's essential for AI-ready organizations.

data governancedata governance frameworkdata quality
Read more →

What Is Data Lineage?

Learn what data lineage is, why it matters for data governance and compliance, and how to implement it.

data lineagedata flowimpact analysis
Read more →

Data Observability

Learn what data observability is, the five pillars, and how it helps organizations maintain reliable data pipelines.

data observabilitydata qualitydata reliability
Read more →

What Is a Data Product?

Learn what a data product is, how it differs from a dataset, and why data products are central to data mesh architecture.

data productdata meshdata as a product
Read more →

Metadata Management

Learn what metadata management is, why it matters for AI readiness, and how to implement it effectively.

metadata managementmetadata strategydata catalog
Read more →

What Is a Semantic Layer?

Learn what a semantic layer is, how it works, and why it's critical for business-friendly analytics and AI-ready data.

semantic layerbusiness intelligenceanalytics
Read more →

5 Reasons Why Companies Are Migrating to Databricks

Discover 5 key reasons why companies migrate to Databricks: lakehouse, ML, performance, cost, collaboration

databricks migrationlakehousedata platform
Read more →

A-B Testing

Complete guide to A/B testing methodology for data-driven optimization and business growth

a/b testingconversion optimizationexperimentation
Read more →

Agile Development

Complete guide to agile development methodology for DevOps teams and software engineers

agile methodologyscrumdevops
Read more →

AI-Powered Business Intelligence

AI-powered BI adds machine learning, NLP, and predictive analytics to traditional dashboards for proactive, conversational insights

ai business intelligenceautomated analyticspredictive bi
Read more →

Analytics Tools

Complete guide to analytics tools for BI, data visualization, and business intelligence platforms

analytics toolsbusiness intelligencedata visualization
Read more →

Artificial Intelligence

Artificial intelligence transforms industries through machine learning and intelligent automation

artificial intelligencemachine learningai applications
Read more →

Auto Recovery

Complete guide to automated system recovery, resilience patterns, and self-healing infrastructure

auto recoverysystem resiliencedevops
Read more →

Auto Remediation

Complete guide to automated issue resolution, intelligent remediation, and self-healing systems

auto remediationincident responsesystem automation
Read more →

Azure Databricks vs AWS vs GCP - Cloud Platform Comparison

Databricks on Azure vs. AWS vs. GCP: what actually differs in integration, pricing, and feature availability — and how to govern data across clouds with a unified catalog.

databricksazureaws
Read more →

Business Intelligence

Complete guide to Business Intelligence strategy, implementation, and data-driven decision making

business intelligencebidata analytics
Read more →

Business Intelligence (BI) Debt

BI debt management strategies for better decision-making and reduced operational costs

bi debttechnical debtdata governance
Read more →

Business Intelligence Applications

Complete guide to BI applications and software solutions for data-driven decision making

bi applicationsbusiness intelligence softwaredata analytics
Read more →

Business Intelligence Dashboards

Complete guide to BI dashboards, data visualization, and executive reporting for decision making

bi dashboardsdata visualizationexecutive reporting
Read more →

Business Operating System

Comprehensive framework for organizational excellence and strategic execution

business operating systemorganizational frameworkstrategic execution
Read more →

Connecting Power BI to Databricks - Complete Integration Guide

Connect Power BI to Databricks using Partner Connect or the native connector. Learn when to use DirectQuery vs. Import, how to optimize SQL warehouse performance, and how Dawiso adds data context to reports.

power bidatabricksintegration
Read more →

Cost Analysis

Complete guide to cost analysis, financial analytics, and expense optimization for business intelligence

cost analysisfinancial analyticsexpense management
Read more →

Cost-Effective Data Management Strategies

Strategic approaches to optimizing data management costs while maintaining quality

data managementcost optimizationstorage optimization
Read more →

Cost Efficiency

Comprehensive guide to optimizing cost efficiency in analytics and BI operations

cost efficiencyanalytics optimizationresource utilization
Read more →

Cost Measurement

Complete guide to measuring and tracking analytics costs for better financial control

cost measurementanalytics costsfinancial management
Read more →

Cost Monitoring

Real-time cost monitoring strategies for analytics and BI financial control

cost monitoringreal-time trackinganalytics costs
Read more →

Cost Reporting

Comprehensive cost reporting strategies for analytics and BI financial oversight

cost reportingfinancial reportinganalytics costs
Read more →

Cross-Filtering

Interactive data exploration through dynamic cross-filtering in BI dashboards

cross-filteringinteractive analyticsdata visualization
Read more →

Data Mesh vs Data Fabric

Strategic comparison of data mesh vs data fabric architectures for enterprise data leaders

data mesh vs data fabricenterprise data architecturedata platform strategy
Read more →

Data Mesh vs Data Products

Understand data mesh architecture vs data products for scalable enterprise data management

data mesh implementationdata products strategyenterprise data architecture
Read more →

Databricks Pricing Explained - Real Cost Breakdown for 2025

Complete Databricks pricing guide: DBU costs, cloud expenses, optimization strategies, and real examples

databricks pricingdbu costscost optimization
Read more →

Databricks vs Snowflake - Which Data Platform is Right for You

Compare Databricks and Snowflake: architecture, use cases, performance, and how to choose the right platform

databrickssnowflakedata platform comparison
Read more →

Databricks with dbt - Modern Data Transformation Stack

How dbt and Databricks work together: SQL-based transformations, Delta Lake materializations, automated testing, CI/CD pipelines, and how Dawiso extends dbt documentation into a cross-platform catalog.

dbtdatabricksdata transformation
Read more →

Feature Engineering

Feature engineering transforms raw data into meaningful variables for machine learning models

feature engineeringdata preprocessingmachine learning
Read more →

Feature Store

Feature stores provide centralized management and serving of ML features for consistent access

feature storeml infrastructurefeature management
Read more →

Federated Learning

Federated learning enables collaborative ML training while preserving data privacy and locality

federated learningprivacy-preserving mldistributed learning
Read more →

How are Data Products Connected

Learn how data products connect to build scalable, integrated enterprise data ecosystems

data product connectivitydata integration patternsenterprise data architecture
Read more →

Key Performance Indicator (KPI)

Complete guide to KPIs, business metrics, and performance management for data-driven decisions

kpikey performance indicatorsbusiness metrics
Read more →

Machine Learning Operations (MLOps)

MLOps provides practices and tools for deploying and maintaining ML models in production

mlopsmachine learning operationsmodel deployment
Read more →

Natural Language Processing (NLP)

Natural Language Processing enables computers to understand and generate human language

natural language processingnlptext analysis
Read more →

Power BI AI Insights - Complete Guide to Intelligent Data Analysis

Unlock automated insights and predictive analytics with Power BI AI for smarter decisions

power bi ai insightsautomated analyticspredictive intelligence
Read more →

Power BI Copilot - Complete Guide to AI-Powered Business Intelligence

Boost productivity with Power BI Copilot AI assistant for automated report generation

power bi copilotai assistantautomated reports
Read more →

Power BI Data Modeling - Complete Guide to Effective Data Architecture

Power BI data modeling guide: star schema design, relationship configuration, measures vs. calculated columns, performance optimization, and row-level security — with concrete DAX examples.

power bi data modelingstar schemadata architecture
Read more →

Power BI Deployment Pipelines and Source Control - Enterprise DevOps Guide

Streamline Power BI DevOps with deployment pipelines and source control automation

power bi deployment pipelinesdevops automationsource control
Read more →

Power BI Power Query Tutorials - Complete Guide to Data Transformation

Transform messy data with Power BI Power Query for clean, analysis-ready datasets

power bi power querydata transformationdata cleaning
Read more →

Power BI Predictive Analytics - Complete Guide to Forecasting and Machine Learning

Predict future trends with Power BI machine learning and advanced forecasting models

power bi predictive analyticsmachine learningforecasting
Read more →

Power BI Real-Time Dashboards - Complete Guide to Live Data Visualization

Monitor live data with Power BI real-time dashboards for instant business insights

power bi real-time dashboardslive data visualizationstreaming data
Read more →

Power BI Row-Level Security (RLS) - Complete Data Access Control Guide

Secure sensitive data with Power BI Row-Level Security for granular access control

power bi row-level securitydata securityaccess control
Read more →

Power BI Translytical Task Flows - Complete Guide to Modern Analytics Workflows

Optimize analytics workflows with Power BI translytical task flows for efficiency

power bi translyticalanalytics workflowstask automation
Read more →

Predictive Analytics

Predictive analytics uses statistical models and ML to forecast future outcomes and trends

predictive analyticsforecastingstatistical modeling
Read more →

Real-Time Analytics

Complete guide to real-time analytics, streaming data processing, and instant business intelligence

real-time analyticsstreaming datainstant insights
Read more →

SQL COUNT - Complete Guide to Counting Records in Database Queries

Master SQL COUNT function for accurate database record counting and data analysis

sql functionsdatabase queriesrecord counting
Read more →

SQL DELETE - Complete Guide to Removing Database Records

Learn SQL DELETE statement for safe database record removal and data management

sql deletedatabase managementdata removal
Read more →

SQL GROUP BY - Complete Guide to Data Aggregation and Analysis

Master SQL GROUP BY for powerful data aggregation, grouping, and business analytics

sql group bydata aggregationdatabase analytics
Read more →

SQL INSERT - Comprehensive Guide to Database Data Insertion

Master SQL INSERT statement for efficient database data insertion and record creation

sql insertdatabase managementdata insertion
Read more →

SQL JOIN - Complete Guide to Database Table Relationships

Master SQL JOIN operations for combining tables and database relationship queries

sql jointable relationshipsdatabase queries
Read more →

SQL PARTITION BY - Complete Guide to Window Functions and Data Partitioning

Learn SQL PARTITION BY for advanced window functions and data partitioning techniques

sql partition bywindow functionsdata partitioning
Read more →

SQL SELECT - Complete Guide to Database Queries

Master SQL SELECT statement fundamentals for database querying and data retrieval

sql selectdatabase queriesdata retrieval
Read more →

SQL SUM() OVER - Complete Guide to Window Functions and Running Totals

Learn SQL SUM OVER for running totals, cumulative sums, and window function analytics

sql sum overwindow functionsrunning totals
Read more →

SQL SUM-AVG-MIN-MAX - Complete Guide to SQL Aggregate Functions

Master SQL aggregate functions SUM, AVG, MIN, MAX for data analysis and calculations

sql aggregate functionssum avg min maxdata analysis
Read more →

SQL UPDATE - Complete Guide to Updating Database Records

Learn SQL UPDATE statement for modifying database records and data maintenance

sql updatedatabase modificationrecord updates
Read more →

SQL WHERE Clause - Complete Guide to Data Filtering

Master SQL WHERE clause for precise data filtering and conditional query logic

sql wheredata filteringconditional queries
Read more →

Visualization Tools

Complete guide to data visualization tools, BI platforms, and visual analytics for business insights

visualization toolsdata visualizationbi platforms
Read more →

What is an example of a context setting

Learn what context setting means with examples from literature, research, business, and communication

context settingcommunicationwriting
Read more →

What is an example of context in AI

Explore concrete examples of context in AI from language understanding to personalization and decision-making

ai contextexamplesnatural language processing
Read more →

What is an example of contextual AI

Discover real-world examples of contextual AI from virtual assistants to recommendations and fraud detection

contextual aiexamplesapplications
Read more →

What is context AI

Learn about context AI, how it uses contextual information, and why it creates smarter AI systems

context aicontextual aiartificial intelligence
Read more →

What is context simply

Simple explanation of context, what it means, why it matters, and how it shapes understanding

contextcommunicationunderstanding
Read more →

What is context understanding in AI

Explore context understanding in AI, how systems comprehend situations, and why it's crucial for intelligence

aicontext understandingmachine learning
Read more →

What is Databricks - Complete Guide for 2025

Complete 2025 guide to Databricks: unified analytics platform, lakehouse architecture, and enterprise features

databrickslakehousedata analytics
Read more →

What is RAG in AI

Understand RAG (Retrieval-Augmented Generation) in AI, how it works, and why it's essential for accuracy

ragairetrieval-augmented generation
Read more →

What is research context

Learn what research context means, why it matters, and how it shapes study design and interpretation

researchcontextmethodology
Read more →

Who is the founder of context AI

Discover who founded Contextual AI, their background, vision, and impact on enterprise AI development

contextual aifounderdouwe kiela
Read more →

Why is C AI asking my age

Learn why AI systems request age information for legal compliance, safety, and personalization

aiage verificationprivacy
Read more →

Why is context important

Understand why context is vital for communication, decisions, learning, and making sense of information

contextcommunicationdecision-making
Read more →

Why is context important in AI

Learn why context is crucial in AI for accurate decisions, natural interactions, and robust systems

aicontextartificial intelligence
Read more →

Why is context important in NLP

Discover why context is essential in NLP for understanding language, resolving ambiguity, and powering AI

nlpcontextnatural language processing
Read more →
Dawiso
Built with love for our users
Make Data Simple for Everyone.
Try Dawiso for free today and discover its ease of use firsthand.
© Dawiso s.r.o. All rights reserved