airflow.providers.slack.utils
¶
Package Contents¶
Classes¶
Sentinel type for annotations, useful when None is not viable. |
|
Helper class for rom Connection Extra. |
Functions¶
|
Get prefixed extra field name. |
- class airflow.providers.slack.utils.ArgNotSet[source]¶
Sentinel type for annotations, useful when None is not viable.
- airflow.providers.slack.utils.prefixed_extra_field(field, conn_type)[source]¶
Get prefixed extra field name.
- class airflow.providers.slack.utils.ConnectionExtraConfig(conn_type, conn_id=None, extra=None)[source]¶
Helper class for rom Connection Extra.
- Parameters