fix(ingest/grafana): add missing dep for grafana source (#14233)

This commit is contained in:
Harshal Sheth 2025-07-25 12:00:04 -07:00 committed by GitHub
parent cc4a2b2cbf
commit a5649f0f21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -470,7 +470,7 @@ plugins: Dict[str, Set[str]] = {
# https://stackoverflow.com/questions/40845304/runtimewarning-numpy-dtype-size-changed-may-indicate-binary-incompatibility
"numpy<2",
},
"grafana": {"requests"},
"grafana": {"requests", *sqlglot_lib},
"glue": aws_common | cachetools_lib,
# hdbcli is supported officially by SAP, sqlalchemy-hana is built on top but not officially supported
"hana": sql_common