Skip to content

Commit

Permalink
Fix typos in Providers docs and Yandex hook (#40277)
Browse files Browse the repository at this point in the history
  • Loading branch information
FritzHoing authored Jun 17, 2024
1 parent 1118312 commit 0d5bb60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PROVIDERS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ will be able to use the new version without breaking their workflows. When we up
2.2+, our approach was different but as of 2.3+ upgrade (November 2022) we only bump ``MINOR`` version of the
provider when we increase minimum Airflow version.

Increasing the minimum version ot the Providers is one of the reasons why 3rd-party provider maintainers
Increasing the minimum version of the Providers is one of the reasons why 3rd-party provider maintainers
might want to maintain their own providers - as they can decide to support older versions of Airflow.

3rd-parties relation to community providers
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/yandex/hooks/yq.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def get_query(self, query_id: str) -> Any:
return self.client.get_query(query_id)

def get_query_status(self, query_id: str) -> str:
"""Get status fo the query.
"""Get status of the query.
:param query_id: ID of query.
"""
Expand Down

0 comments on commit 0d5bb60

Please sign in to comment.