Skip to content

Commit

Permalink
Mark tabular provider as removed (apache#41629)
Browse files Browse the repository at this point in the history
* Mark tabular provider as removed
  • Loading branch information
eladkal authored Aug 22, 2024
1 parent c19986c commit 9674af5
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion airflow/providers/tabular/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ name: Tabular
description: |
`Tabular <https://tabular.io/>`__
state: ready
state: removed
source-date-epoch: 1723970601
# note that those versions are maintained by release manager - do not update them manually
versions:
Expand Down
42 changes: 21 additions & 21 deletions dev/breeze/doc/images/output-commands.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@
4d19bd6dfbf0e76b1e853760cb02cab5
0aa10fcd2a9fcdaf15f0b207d71e3848
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 @@
2712510aa5a989444d87e66f8f896e80
6953cb3aa552b67616179e1acfe7e8c3
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 @@
96b181d19e0f03f87f2927e1946625ab
b3d53d1c7e5233cebb3e35afed6ed8e6
2 changes: 1 addition & 1 deletion dev/breeze/tests/test_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_get_provider_requirements():

def test_get_removed_providers():
# Modify it every time we schedule provider for removal or remove it
assert [] == get_removed_provider_ids()
assert ["tabular"] == get_removed_provider_ids()


def test_get_suspended_provider_ids():
Expand Down
2 changes: 1 addition & 1 deletion generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@
"apache.iceberg"
],
"excluded-python-versions": [],
"state": "ready"
"state": "removed"
},
"telegram": {
"deps": [
Expand Down

0 comments on commit 9674af5

Please sign in to comment.