airbytehq / airbytehq/airbyte

update sentry client in airbyte-ci/connectors/pipelines

Ouverte
#52,676 5 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
area/airbyte-ci good first issue team/extensibility team/triage
Langage dominant
Python
Étoiles
22.1k
Forks
5.3k
Métriques de merge des PR
Métriques de PR en attente

Description

## Problem

We have this warning show up in build logs whenever we build airbyte-ci/pipelines for testing:

```
/airbyte/airbyte-ci/connectors/pipelines/pipelines/helpers/sentry_utils.py:41: DeprecationWarning: sentry_sdk.configure_scope is deprecated and will be removed in the next major version. Please consult our migration guide to learn how to migrate to the new API: https://docs.sentry.io/platforms/python/migration/1.x-to-2.x#scope-configuring
with sentry_sdk.configure_scope() as scope:
```

To reproduce this, you can fetch the repo and then:

```bash
cd airbyte-ci/connectors/pipelines
poetry install
poetry run pytest .
```

## Solution

Upgrade poetry client to the recent version and clean up the code that sets sentry up. This should be a good first issue.

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.