Skip to content

Commit dcdcf3a

Browse files
authored
Update release notes for RC2 release of Providers for May 2022 (#24307)
Also updates links to example dags to work properly following #24331
1 parent 047a616 commit dcdcf3a

File tree

209 files changed

+693
-408
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

209 files changed

+693
-408
lines changed

β€Ž.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,13 @@ repos:
779779
# We sometimes won't have newsfragments in the repo, so always run it so `check-hooks-apply` passes
780780
# This is fast, so not too much downside
781781
always_run: true
782+
- id: check-example-dags-urls
783+
name: Check that example dags url include provider versions
784+
entry: ./scripts/ci/pre_commit/pre_commit_update_example_dags_paths.py
785+
language: python
786+
pass_filenames: true
787+
files: ^docs/.*index\.rst$|^docs/.*example-dags\.rst$
788+
additional_dependencies: ['rich>=12.4.4', 'pyyaml']
782789
## ADD MOST PRE-COMMITS ABOVE THAT LINE
783790
# The below pre-commits are those requiring CI image to be built
784791
- id: run-mypy

β€ŽSTATIC_CODE_CHECKS.rst

Lines changed: 2 additions & 0 deletions

β€Žairflow/providers/airbyte/CHANGELOG.rst

Lines changed: 1 addition & 0 deletions

β€Žairflow/providers/alibaba/CHANGELOG.rst

Lines changed: 1 addition & 0 deletions

β€Žairflow/providers/amazon/CHANGELOG.rst

Lines changed: 2 additions & 0 deletions

β€Žairflow/providers/apache/beam/CHANGELOG.rst

Lines changed: 1 addition & 0 deletions

β€Žairflow/providers/apache/cassandra/CHANGELOG.rst

Lines changed: 1 addition & 0 deletions

β€Žairflow/providers/apache/drill/CHANGELOG.rst

Lines changed: 1 addition & 1 deletion

β€Žairflow/providers/apache/druid/CHANGELOG.rst

Lines changed: 1 addition & 0 deletions

β€Žairflow/providers/apache/hdfs/CHANGELOG.rst

Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)