Skip to content

Commit

Permalink
Remove Plexus and sqoop providers (#36460)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk committed Dec 28, 2023
1 parent 49ce3ed commit c0019e1
Show file tree
Hide file tree
Showing 52 changed files with 58 additions and 3,838 deletions.
11 changes: 0 additions & 11 deletions .github/boring-cyborg.yml
Expand Up @@ -118,11 +118,6 @@ labelPRBasedOnFilePath:
- tests/providers/apache/spark/**/*
- tests/system/providers/apache/spark/**/*

provider:apache-sqoop:
- airflow/providers/apache/sqoop/**/*
- docs/apache-airflow-providers-apache-sqoop/**/*
- tests/providers/apache/sqoop/**/*

provider:apprise:
- airflow/providers/apprise/**/*
- docs/apache-airflow-providers-apprise/**/*
Expand Down Expand Up @@ -391,12 +386,6 @@ labelPRBasedOnFilePath:
- tests/providers/pinecone/**/*
- tests/system/providers/pinecone/**/*

provider:plexus:
- airflow/providers/plexus/**/*
- docs/apache-airflow-providers-plexus/**/*
- tests/providers/plexus/**/*
- tests/system/providers/plexus/**/*

provider:postgres:
- airflow/providers/postgres/**/*
- docs/apache-airflow-providers-postgres/**/*
Expand Down
3 changes: 0 additions & 3 deletions airflow/contrib/hooks/__init__.py
Expand Up @@ -311,9 +311,6 @@
"spark_submit_hook": {
"SparkSubmitHook": "airflow.providers.apache.spark.hooks.spark_submit.SparkSubmitHook",
},
"sqoop_hook": {
"SqoopHook": "airflow.providers.apache.sqoop.hooks.sqoop.SqoopHook",
},
"ssh_hook": {
"SSHHook": "airflow.providers.ssh.hooks.ssh.SSHHook",
},
Expand Down
3 changes: 0 additions & 3 deletions airflow/contrib/operators/__init__.py
Expand Up @@ -1099,9 +1099,6 @@
"airflow.providers.google.cloud.transfers.sql_to_gcs.BaseSQLToGCSOperator"
),
},
"sqoop_operator": {
"SqoopOperator": "airflow.providers.apache.sqoop.operators.sqoop.SqoopOperator",
},
"ssh_operator": {
"SSHOperator": "airflow.providers.ssh.operators.ssh.SSHOperator",
},
Expand Down
1 change: 0 additions & 1 deletion airflow/providers/apache/sqoop/.latest-doc-only-change.txt

This file was deleted.

300 changes: 0 additions & 300 deletions airflow/providers/apache/sqoop/CHANGELOG.rst

This file was deleted.

42 changes: 0 additions & 42 deletions airflow/providers/apache/sqoop/__init__.py

This file was deleted.

0 comments on commit c0019e1

Please sign in to comment.