Skip to content

Commit

Permalink
Update metadata-ingestion/src/datahub/ingestion/source/grafana/grafan…
Browse files Browse the repository at this point in the history
…a_source.py
  • Loading branch information
shirshanka authored Jul 11, 2024
1 parent ed0882a commit 2355bbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class GrafanaReport(StaleEntityRemovalSourceReport):
class GrafanaSource(StatefulIngestionSourceBase):
"""
This is experimental source for Grafana. Not a lot of testing done yet.
It currently only ingests dashboards and nothig else not even charts.
It currently only ingests dashboards and nothing else. (not even charts)
"""

def __init__(self, config: GrafanaSourceConfig, ctx: PipelineContext):
Expand Down

0 comments on commit 2355bbf

Please sign in to comment.