soda-sql icon indicating copy to clipboard operation
soda-sql copied to clipboard

Open telemetry warning

Open tombaeyens opened this issue 3 years ago • 5 comments

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

tombaeyens avatar Apr 04 '21 07:04 tombaeyens

FYI: we don't use ourselves open telemetry in our Python code currently

milanaleksic avatar Apr 04 '21 08:04 milanaleksic

This comes from the bigquery API - https://github.com/googleapis/python-bigquery/blob/e175d3a26f68e1bc5148bf055089dbfc1b83c76a/google/cloud/bigquery/opentelemetry_tracing.py#L66

vijaykiran avatar Apr 04 '21 11:04 vijaykiran

solution is to upgrade the bigquery version to 2.6.2

https://github.com/apache/airflow/issues/13131

i ll update it

tombaeyens avatar Apr 04 '21 11:04 tombaeyens

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

tombaeyens avatar Apr 06 '21 11:04 tombaeyens

It is still there - since module split has no effect on this.

vijaykiran avatar Apr 13 '21 14:04 vijaykiran