airflow.providers.discord.notifications.discord¶
属性¶
类¶
Discord BaseNotifier. |
模块内容¶
- airflow.providers.discord.notifications.discord.ICON_URL: str = 'https://raw.githubusercontent.com/apache/airflow/main/airflow-core/src/airflow/ui/public/pin_100.png'[source]¶
- class airflow.providers.discord.notifications.discord.DiscordNotifier(discord_conn_id='discord_webhook_default', text='This is a default message', username='Airflow', avatar_url=ICON_URL, tts=False)[source]¶
基类:
airflow.providers.common.compat.notifier.BaseNotifier
Discord BaseNotifier.
- 参数:
- avatar_url = 'https://raw.githubusercontent.com/apache/airflow/main/airflow-core/src/airflow/ui/public/pin_100.png'[source]¶
- property hook: airflow.providers.discord.hooks.discord_webhook.DiscordWebhookHook[source]¶
Discord Webhook Hook。