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-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-google¶
CloudAutoMLHook
- No instructions were provided.split_tablename
- No instructions were provided.CloudBuildHook.create_build
- No instructions were provided.DataflowHook.start_java_dataflow
- No instructions were provided.DataflowHook.start_python_dataflow
- 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 APIAutoMLHook.get_auto_ml_text_training_job
- Deprecation of AutoMLText APICustomJobHook.cancel_pipeline_job
- No instructions were provided.CustomJobHook.create_pipeline_job
- No instructions were provided.CustomJobHook.delete_pipeline_job
- No instructions were provided.CustomJobHook.get_pipeline_job
- No instructions were provided.CustomJobHook.list_pipeline_jobs
- No instructions were provided.GenerativeModelHook.generate_text_embeddings
- No instructions were provided.GenerativeModelHook.get_generative_model_part
- No instructions were provided.GenerativeModelHook.get_text_generation_model
- No instructions were provided.GenerativeModelHook.prompt_language_model
- No instructions were provided.GenerativeModelHook.prompt_multimodal_model
- No instructions were provided.GenerativeModelHook.prompt_multimodal_model_with_media
- No instructions were provided.GenerativeModelHook.text_generation_model_predict
- No instructions were provided.AutoMLDatasetLink
- No instructions were provided.AutoMLDatasetListLink
- No instructions were provided.AutoMLModelLink
- No instructions were provided.AutoMLModelPredictLink
- No instructions were provided.AutoMLModelTrainLink
- No instructions were provided.AutoMLBatchPredictOperator
- No instructions were provided.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.DataflowStartSqlJobOperator
- No instructions were provided.DataFusionPipelineLinkHelper.get_project_id
- No instructions were provided.DataprocScaleClusterOperator
- No instructions were provided.GKEDeleteClusterOperator.name
- No instructions were provided.GKEDeleteClusterOperator.name
- No instructions were provided.GKEStartPodOperator.is_delete_operator_pod
- No instructions were provided.GKEStartPodOperator.is_delete_operator_pod
- No instructions were provided.GKEStartPodOperator.regional
- The parameter is not in actual use.GKEStartPodOperator.regional
- The parameter is not in actual use.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.MLEngineCreateVersionOperator
- All the functionality of legacy MLEngine and new features are available on the Vertex AI.MLEngineDeleteModelOperator
- All the functionality of legacy MLEngine and new features are available on the Vertex AI.MLEngineDeleteVersionOperator
- All the functionality of legacy MLEngine and new features are available on the Vertex AI.MLEngineGetModelOperator
- All the functionality of legacy MLEngine and new features are available on the Vertex AI.MLEngineListVersionsOperator
- All the functionality of legacy MLEngine and new features are available on the Vertex AI.MLEngineManageModelOperator
- No instructions were provided.MLEngineManageVersionOperator
- No instructions were provided.MLEngineSetDefaultVersionOperator
- All the functionality of legacy MLEngine and new features are available on the Vertex AI.MLEngineStartBatchPredictionJobOperator
- All the functionality of legacy MLEngine and new features are available on the Vertex AI.MLEngineStartTrainingJobOperator
- All the functionality of legacy MLEngine and new features are available on the Vertex AI.MLEngineTrainingCancelJobOperator
- All the functionality of legacy MLEngine and new features are available on the Vertex AI.DeleteAutoMLTrainingJobOperator.training_pipeline
- No instructions were provided.DeleteCustomTrainingJobOperator.custom_job
- No instructions were provided.DeleteCustomTrainingJobOperator.training_pipeline
- No instructions were provided.GenerateTextEmbeddingsOperator
- No instructions were provided.PromptLanguageModelOperator
- No instructions were provided.PromptMultimodalModelOperator
- No instructions were provided.PromptMultimodalModelWithMediaOperator
- No instructions were provided.TextGenerationModelPredictOperator
- No instructions were provided.GoogleBaseHook.client_info
- No instructions were provided.
apache-airflow-providers-yandex¶
DataprocHook.client
- client deprecated and will be removed in the future. Use dataproc_client instead