-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathregistry.yaml
28 lines (23 loc) · 1.58 KB
/
registry.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Python package name.
package-name: qlik_sense_client_managed_provider
# The name of the provider to be displayed on the Registry.
display-name: Qlik Sense Client Managed Provider
# A description to be displayed on the main Provider page.
description: Provider to schedule reloading of tasks, apps and automation into Qlik Sense Client Managed.
# 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-sample/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".
hooks:
- module: airflow.providers.qlik_sense.hooks.qlik_sense_hook.QlikSenseHook
- module: airflow.providers.qlik_sense.hooks.qlik_sense_hook_cert.QlikSenseHookCert
- module: airflow.providers.qlik_sense.hooks.qlik_sense_hook_jwt.QlikSenseHookJWT
- module: airflow.providers.qlik_sense.hooks.qlik_sense_hook_ntlm.QlikSenseHookNTLM
operators:
- module: airflow.providers.qlik_sense.operators.reload_app_operator.QlikSenseReloadAppOperator
- module: airflow.providers.qlik_sense.operators.reload_task_operator.QlikSenseReloadTaskOperator
- module: airflow.providers.qlik_sense.operators.reload_externaltask_operator.QlikSenseExternalTaskOperator