soda-sql
soda-sql copied to clipboard
Open telemetry warning
Where does this warning come from?
It could be a very scary warning for users because they (rightfully) may expect nothing to be sent out.
soda create bigquery
| Soda CLI version
| This service is instrumented using OpenTelemetry. OpenTelemetry could not be imported; please add opentelemetry-api and opentelemetry-instrument
FYI: we don't use ourselves open telemetry in our Python code currently
This comes from the bigquery API - https://github.com/googleapis/python-bigquery/blob/e175d3a26f68e1bc5148bf055089dbfc1b83c76a/google/cloud/bigquery/opentelemetry_tracing.py#L66
solution is to upgrade the bigquery version to 2.6.2
https://github.com/apache/airflow/issues/13131
i ll update it
Trying to upgrade the big query lib caused problems on 3.9 so the change was reverted.
First step is to check if the problem persists after the module split
It is still there - since module split has no effect on this.