generated from astronomer/airflow-provider-sample
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.astro-registry.yaml
17 lines (14 loc) · 964 Bytes
/
.astro-registry.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This file is intended to be a file which specifically calls out modules to be published to the Astronomer
# Registry as well as top-level Provider metadata. The file should not be packaged and solely lives in the
# repo. The modules listed should pertain to latest, released version of the repo.
package-name: astro-provider-venv
display-name: Venv Provider
description: Easily create and use Python Virtualenvs in Apache Airflow
docs_url: https://github.com/astronomer/astro-provider-venv/blob/main/README.md
# The next sections should be organized by module type (e.g. operators, hooks, functions, decorators, etc.).
#
# Within each section, the ``module`` value should be the path.to.the.module.specifically.
# For example, if the import path for a function is `from sample_provider.hooks.sample_hook import SampleHook` then the
# value should be "sample_provider.hooks.sample_hook.SampleHook".
decorators:
- module: astronomer.providers.decorators.venv