Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/prod-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
run: >
breeze release-management prepare-provider-packages
--package-list-file ./prod_image_installed_providers.txt
--package-format wheel
--package-format wheel --include-not-ready-providers
if: >
inputs.upload-package-artifact == 'true' &&
inputs.build-provider-packages == 'true'
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
871ba1422cbc18888edcd35f8d731bf5
c36ba7b31e3cb5be446651562b7903b4
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e9d4cb942e2fd7387e303bdfe0698f2b
522d2a640a064dc81cd7b53744f80349
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e751c14da28c25ad10b6d79ea2be4bfb
812781cd7a51cbea4ef0c1a5fbc0edd0
4 changes: 2 additions & 2 deletions generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@
"amazon"
],
"excluded-python-versions": [],
"state": "ready"
"state": "not-ready"
},
"common.sql": {
"deps": [
Expand Down Expand Up @@ -606,7 +606,7 @@
"common.compat"
],
"excluded-python-versions": [],
"state": "ready"
"state": "not-ready"
},
"facebook": {
"deps": [
Expand Down
2 changes: 1 addition & 1 deletion providers/common/messaging/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ name: Common Messaging
description: |
``Common Messaging Provider``

state: ready
state: not-ready
source-date-epoch: 1741121853
# note that those versions are maintained by release manager - do not update them manually
versions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_provider_info():
"package-name": "apache-airflow-providers-common-messaging",
"name": "Common Messaging",
"description": "``Common Messaging Provider``\n",
"state": "ready",
"state": "not-ready",
"source-date-epoch": 1741121853,
"versions": ["1.0.0"],
"triggers": [
Expand Down
2 changes: 1 addition & 1 deletion providers/fab/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ description: |

# The provider is not yet ready to be released, we will skip it by default when preparing new release waves
# For providers until we think it should be released.
state: ready
state: not-ready

source-date-epoch: 1741121873

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_provider_info():
"package-name": "apache-airflow-providers-fab",
"name": "Fab",
"description": "`Flask App Builder <https://flask-appbuilder.readthedocs.io/>`__\n",
"state": "ready",
"state": "not-ready",
"source-date-epoch": 1741121873,
"versions": [
"2.0.0",
Expand Down
Loading