metadata-ingestion/docs/sources/grafana/grafana_post.md
Use the Important Capabilities table above as the source of truth for supported features and whether additional configuration is required.
The Grafana source can extract lineage information between charts and their data sources. You can control lineage extraction using these configuration options:
source:
type: grafana
config:
url: "https://grafana.company.com"
service_account_token: "your_token"
# Lineage extraction (default: true)
include_lineage: true
# Column-level lineage from SQL queries (default: true)
# Only applicable when include_lineage is true
include_column_lineage: true
# Platform mappings for lineage extraction
connection_to_platform_map:
postgres_datasource_uid:
platform: postgres
platform_instance: my_postgres
env: PROD
database: analytics
database_schema: public
Lineage Features:
Performance Note: Lineage extraction can be disabled (include_lineage: false) to improve ingestion performance when lineage information is not needed.
The Grafana source extracts dashboard ownership from the dashboard creator and assigns them as a Technical Owner.
source:
type: grafana
config:
url: "https://grafana.company.com"
service_account_token: "your_token"
# Ownership extraction (default: true)
ingest_owners: true
# Email suffix removal like @acryl.io (default: true)
remove_email_suffix: true
Ownership Features:
remove_email_suffixingest_owners: false to skip ownership extraction entirelyModule behavior is constrained by source APIs, permissions, and metadata exposed by the platform. Refer to capability notes for unsupported or conditional features.
If ingestion fails, validate credentials, permissions, connectivity, and scope filters first. Then review ingestion logs for source-specific errors and adjust configuration accordingly.