mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-13 11:46:51 +00:00
fix(ingest/grafana): add missing dep for grafana source (#14233)
This commit is contained in:
parent
cc4a2b2cbf
commit
a5649f0f21
@ -470,7 +470,7 @@ plugins: Dict[str, Set[str]] = {
|
|||||||
# https://stackoverflow.com/questions/40845304/runtimewarning-numpy-dtype-size-changed-may-indicate-binary-incompatibility
|
# https://stackoverflow.com/questions/40845304/runtimewarning-numpy-dtype-size-changed-may-indicate-binary-incompatibility
|
||||||
"numpy<2",
|
"numpy<2",
|
||||||
},
|
},
|
||||||
"grafana": {"requests"},
|
"grafana": {"requests", *sqlglot_lib},
|
||||||
"glue": aws_common | cachetools_lib,
|
"glue": aws_common | cachetools_lib,
|
||||||
# hdbcli is supported officially by SAP, sqlalchemy-hana is built on top but not officially supported
|
# hdbcli is supported officially by SAP, sqlalchemy-hana is built on top but not officially supported
|
||||||
"hana": sql_common
|
"hana": sql_common
|
||||||
|
Loading…
x
Reference in New Issue
Block a user