Skip to content

Commit

Permalink
remove http client, use py package
Browse files Browse the repository at this point in the history
  • Loading branch information
uzhastik committed Mar 16, 2024
1 parent daa9680 commit 072e625
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 1,108 deletions.
2 changes: 1 addition & 1 deletion airflow/providers/yandex/hooks/yq.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from airflow.exceptions import AirflowException
from airflow.providers.yandex.hooks.yandex import YandexCloudBaseHook
from airflow.providers.yandex.utils.user_agent import provider_user_agent
from airflow.providers.yandex.yq_client.http_client import YQHttpClient, YQHttpClientConfig
from yandex_query_client import YQHttpClient, YQHttpClientConfig


class YQHook(YandexCloudBaseHook):
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/yandex/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ versions:
dependencies:
- apache-airflow>=2.6.0
- yandexcloud>=0.228.0
- yandex-query-client>=0.1.2
- python-dateutil>=2.8.0
# Requests 3 if it will be released, will be heavily breaking.
- requests>=2.27.0,<3
Expand Down
16 changes: 0 additions & 16 deletions airflow/providers/yandex/yq_client/__init__.py

This file was deleted.

329 changes: 0 additions & 329 deletions airflow/providers/yandex/yq_client/http_client.py

This file was deleted.

Loading

0 comments on commit 072e625

Please sign in to comment.