Airflow Summit 2025 is coming October 07-09. Register now for early bird ticket!

Deprecations

This is a summary of deprecated objects in latest versions of Apache Airflow Providers Packages.

Note

This is an experimental page that may not contain all deprecated entities. At the moment we only show deprecations for classes, functions, methods, properties etc. Support for an argument deprecation or an argument value deprecation will be added in the future.

apache-airflow-providers-alibaba

  • OSSKeySensor.get_hook - use hook property instead.

apache-airflow-providers-apache-hive

  • HiveServer2Hook.get_pandas_df - Replaced by function get_df.

apache-airflow-providers-celery

  • CeleryExecutor.cleanup_stuck_queued_tasks - Replaced by function revoke_task. Upgrade airflow core to make this go away.

  • CeleryKubernetesExecutor.cleanup_stuck_queued_tasks - Replaced by function revoke_task. Upgrade airflow core to make this go away.

apache-airflow-providers-cncf-kubernetes

  • KubernetesExecutor.cleanup_stuck_queued_tasks - Replaced by function revoke_task. Upgrade airflow core to make this go away.

  • LocalKubernetesExecutor.cleanup_stuck_queued_tasks - Replaced by function revoke_task. Upgrade airflow core to make this go away.

apache-airflow-providers-common-sql

  • DbApiHook.get_pandas_df - Replaced by function get_df.

  • DbApiHook.get_pandas_df_by_chunks - Replaced by function get_df_by_chunks.

apache-airflow-providers-exasol

  • ExasolHook.get_pandas_df - Replaced by function get_df.

apache-airflow-providers-google

  • CloudAutoMLHook - No instructions were provided.

  • BigQueryHook.create_empty_table - No instructions were provided.

  • BigQueryHook.get_pandas_df - No instructions were provided.

  • CloudDataCatalogHook - The Data Catalog will be discontinued on January 30, 2026 in favor of Dataplex Universal Catalog.

  • DataflowHook.start_sql_job - No instructions were provided.

  • LifeSciencesHook - The Life Sciences API (beta) will be discontinued on July 8, 2025 in favor of Google Cloud Batch.

  • AutoMLHook.create_auto_ml_text_training_job - Deprecation of AutoMLText API

  • ExperimentRunHook - No instructions were provided.

  • DataCatalogEntryGroupLink - The Data Catalog will be discontinued on January 30, 2026 in favor of Dataplex Universal Catalog.

  • DataCatalogEntryLink - The Data Catalog will be discontinued on January 30, 2026 in favor of Dataplex Universal Catalog.

  • DataCatalogTagTemplateLink - The Data Catalog will be discontinued on January 30, 2026 in favor of Dataplex Universal Catalog.

  • AutoMLCreateDatasetOperator - No instructions were provided.

  • AutoMLDeleteDatasetOperator - No instructions were provided.

  • AutoMLDeleteModelOperator - No instructions were provided.

  • AutoMLDeployModelOperator - No instructions were provided.

  • AutoMLGetModelOperator - No instructions were provided.

  • AutoMLImportDataOperator - No instructions were provided.

  • AutoMLListDatasetOperator - No instructions were provided.

  • AutoMLPredictOperator - No instructions were provided.

  • AutoMLTablesListColumnSpecsOperator - Shutdown of legacy version of AutoML Tables on March 31, 2024.

  • AutoMLTablesListTableSpecsOperator - Shutdown of legacy version of AutoML Tables on March 31, 2024.

  • AutoMLTablesUpdateDatasetOperator - Shutdown of legacy version of AutoML Tables on March 31, 2024.

  • AutoMLTrainModelOperator - No instructions were provided.

  • BigQueryCreateEmptyTableOperator - No instructions were provided.

  • BigQueryCreateExternalTableOperator - No instructions were provided.

  • CloudDataCatalogCreateEntryGroupOperator - The Data Catalog will be discontinued on January 30, 2026 in favor of Dataplex Universal Catalog.

  • CloudDataCatalogCreateEntryOperator - The Data Catalog will be discontinued on January 30, 2026 in favor of Dataplex Universal Catalog.

  • CloudDataCatalogCreateTagOperator - The Data Catalog will be discontinued on January 30, 2026 in favor of Dataplex Universal Catalog.

  • CloudDataCatalogCreateTagTemplateFieldOperator - The Data Catalog will be discontinued on January 30, 2026 in favor of Dataplex Universal Catalog.

  • CloudDataCatalogCreateTagTemplateOperator - The Data Catalog will be discontinued on January 30, 2026 in favor of Dataplex Universal Catalog.

  • CloudDataCatalogDeleteEntryGroupOperator - The Data Catalog will be discontinued on January 30, 2026 in favor of Dataplex Universal Catalog.

  • CloudDataCatalogDeleteEntryOperator - The Data Catalog will be discontinued on January 30, 2026 in favor of Dataplex Universal Catalog.

  • CloudDataCatalogDeleteTagOperator - The Data Catalog will be discontinued on January 30, 2026 in favor of Dataplex Universal Catalog.

  • CloudDataCatalogDeleteTagTemplateFieldOperator - The Data Catalog will be discontinued on January 30, 2026 in favor of Dataplex Universal Catalog.

  • CloudDataCatalogDeleteTagTemplateOperator - The Data Catalog will be discontinued on January 30, 2026 in favor of Dataplex Universal Catalog.

  • CloudDataCatalogGetEntryGroupOperator - The Data Catalog will be discontinued on January 30, 2026 in favor of Dataplex Universal Catalog.

  • CloudDataCatalogGetEntryOperator - The Data Catalog will be discontinued on January 30, 2026 in favor of Dataplex Universal Catalog.

  • CloudDataCatalogGetTagTemplateOperator - The Data Catalog will be discontinued on January 30, 2026 in favor of Dataplex Universal Catalog.

  • CloudDataCatalogListTagsOperator - The Data Catalog will be discontinued on January 30, 2026 in favor of Dataplex Universal Catalog.

  • CloudDataCatalogLookupEntryOperator - The Data Catalog will be discontinued on January 30, 2026 in favor of Dataplex Universal Catalog.

  • CloudDataCatalogRenameTagTemplateFieldOperator - The Data Catalog will be discontinued on January 30, 2026 in favor of Dataplex Universal Catalog.

  • CloudDataCatalogSearchCatalogOperator - The Data Catalog will be discontinued on January 30, 2026 in favor of Dataplex Universal Catalog.

  • CloudDataCatalogUpdateEntryOperator - The Data Catalog will be discontinued on January 30, 2026 in favor of Dataplex Universal Catalog.

  • CloudDataCatalogUpdateTagOperator - The Data Catalog will be discontinued on January 30, 2026 in favor of Dataplex Universal Catalog.

  • CloudDataCatalogUpdateTagTemplateFieldOperator - The Data Catalog will be discontinued on January 30, 2026 in favor of Dataplex Universal Catalog.

  • CloudDataCatalogUpdateTagTemplateOperator - The Data Catalog will be discontinued on January 30, 2026 in favor of Dataplex Universal Catalog.

  • LifeSciencesRunPipelineOperator - The Life Sciences API (beta) will be discontinued on July 8, 2025 in favor of Google Cloud Batch.

  • MLEngineCreateModelOperator - All the functionality of legacy MLEngine and new features are available on the Vertex AI.

  • DeleteExperimentRunOperator - No instructions were provided.

  • init_app - Auth backends are not supported on Airflow 3, and this entire module will be removed

  • GoogleDisplayVideo360Hook.create_query - No instructions were provided.

  • GoogleDisplayVideo360Hook.delete_query - No instructions were provided.

  • GoogleDisplayVideo360Hook.download_line_items - No instructions were provided.

  • GoogleDisplayVideo360Hook.get_conn - No instructions were provided.

  • GoogleDisplayVideo360Hook.get_query - No instructions were provided.

  • GoogleDisplayVideo360Hook.get_report - No instructions were provided.

  • GoogleDisplayVideo360Hook.list_queries - No instructions were provided.

  • GoogleDisplayVideo360Hook.run_query - No instructions were provided.

  • GoogleDisplayVideo360Hook.upload_line_items - No instructions were provided.

  • GoogleDisplayVideo360CreateQueryOperator - Display & Video 360 API v2 has been deprecated and will be removed.

  • GoogleDisplayVideo360DeleteReportOperator - Display & Video 360 API v2 has been deprecated and will be removed. Reports were replaced with SDF export task in v4 of API.

  • GoogleDisplayVideo360DownloadLineItemsOperator - Display & Video 360 API v2 has been deprecated and will be removed.

  • GoogleDisplayVideo360DownloadReportV2Operator - Display & Video 360 API v2 has been deprecated and will be removed.

  • GoogleDisplayVideo360RunQueryOperator - Display & Video 360 API v2 has been deprecated and will be removed.

  • GoogleDisplayVideo360UploadLineItemsOperator - Display & Video 360 API v2 has been deprecated and will be removed.

  • GoogleDisplayVideo360RunQuerySensor - Display & Video 360 API v2 has been deprecated and will be removed. Reports were replaced with SDF export task in v4 of API.

apache-airflow-providers-presto

  • PrestoHook.get_pandas_df - Replaced by function get_df.

apache-airflow-providers-standard

  • TimeDeltaSensorAsync - No instructions were provided.

apache-airflow-providers-trino

  • TrinoHook.get_pandas_df - Replaced by function get_df.

apache-airflow-providers-yandex

  • DataprocHook.client - client deprecated and will be removed in the future. Use dataproc_client instead

Was this entry helpful?