You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to upload a file to slack.
I am already using the airflow.contrib.operators.slack_webhook_operator.SlackWebhookOperator for posting messages to slack, but from what I can see, it doesn't have support for uploading files.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to upload a file to slack.
I am already using the
airflow.contrib.operators.slack_webhook_operator.SlackWebhookOperator
for posting messages to slack, but from what I can see, it doesn't have support for uploading files.I see that slack has support for uploading files as documented here:
https://api.slack.com/methods/files.upload
I am running
apache-airflow==1.10.13
Beta Was this translation helpful? Give feedback.
All reactions