-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# 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. | ||
|
||
# Python package name. | ||
package-name: duckdb_provider | ||
# The name of the provider to be displayed on the Registry. | ||
display-name: DuckDB Provider | ||
# A description to be displayed on the main Provider page. | ||
description: An Airflow provider to interact with DuckDB | ||
# URL for where user should find the documentation for the Provider. This could be a link to the README, | ||
# an external docs site, etc. | ||
docs_url: https://github.com/astronomer/airflow-provider-duckdb | ||
|
||
# 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". | ||
|
||
hooks: | ||
- module: duckdb_provider.hooks.duckdb_hook.DuckDBHook |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters