Skip to content

Commit

Permalink
deprecated tabular, fix integration name
Browse files Browse the repository at this point in the history
  • Loading branch information
romsharon98 committed Apr 29, 2024
1 parent 2dc24e7 commit 515fbcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/apache/iceberg/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ integrations:
tags: [software]

hooks:
- integration-name: Iceberg
- integration-name: iceberg
python-modules:
- airflow.providers.apache.iceberg.hooks.iceberg

Expand Down
1 change: 1 addition & 0 deletions scripts/in_container/run_provider_yaml_files_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"airflow.providers.apache.hdfs.hooks.hdfs",
"airflow.providers.cncf.kubernetes.triggers.kubernetes_pod",
"airflow.providers.cncf.kubernetes.operators.kubernetes_pod",
"airflow.providers.tabular.hooks.tabular",
]

KNOWN_DEPRECATED_CLASSES = [
Expand Down

0 comments on commit 515fbcb

Please sign in to comment.