blob: 3d08e20abef4e00fd13e26a0845511635ab2e59a [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
---
package-name: apache-airflow-providers-databricks
name: Databricks
description: |
`Databricks <https://databricks.com/>`__
versions:
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.2
- 2.0.1
- 2.0.0
- 1.0.1
- 1.0.0
additional-dependencies:
- apache-airflow>=2.1.0
excluded-python-versions:
- "3.10"
integrations:
- integration-name: Databricks
external-doc-url: https://databricks.com/
how-to-guide:
- /docs/apache-airflow-providers-databricks/operators/submit_run.rst
- /docs/apache-airflow-providers-databricks/operators/run_now.rst
logo: /integration-logos/databricks/Databricks.png
tags: [service]
- integration-name: Databricks SQL
external-doc-url: https://databricks.com/product/databricks-sql
how-to-guide:
- /docs/apache-airflow-providers-databricks/operators/sql.rst
- /docs/apache-airflow-providers-databricks/operators/copy_into.rst
logo: /integration-logos/databricks/Databricks.png
tags: [service]
operators:
- integration-name: Databricks
python-modules:
- airflow.providers.databricks.operators.databricks
- integration-name: Databricks SQL
python-modules:
- airflow.providers.databricks.operators.databricks_sql
hooks:
- integration-name: Databricks
python-modules:
- airflow.providers.databricks.hooks.databricks
- airflow.providers.databricks.hooks.databricks_base
- integration-name: Databricks SQL
python-modules:
- airflow.providers.databricks.hooks.databricks_sql
hook-class-names: # deprecated - to be removed after providers add dependency on Airflow 2.2.0+
- airflow.providers.databricks.hooks.databricks.DatabricksHook
connection-types:
- hook-class-name: airflow.providers.databricks.hooks.databricks.DatabricksHook
connection-type: databricks
- hook-class-name: airflow.providers.databricks.hooks.databricks_sql.DatabricksSqlHook
connection-type: databricks