From c3b87e9736ad6369187784ea45a30fdbf31733bd Mon Sep 17 00:00:00 2001 From: Julien Jehannet <80408664+aviv-julienjehannet@users.noreply.github.com> Date: Mon, 8 Jul 2024 20:57:39 +0200 Subject: [PATCH] docs: use acryl-datahub-actions as expected python package to install (#10852) --- docs/actions/actions/slack.md | 2 +- docs/actions/actions/teams.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/actions/actions/slack.md b/docs/actions/actions/slack.md index 9ff3ec74f51d0..bdea1c479e8aa 100644 --- a/docs/actions/actions/slack.md +++ b/docs/actions/actions/slack.md @@ -190,7 +190,7 @@ Similar to the quickstart scenario, there are no specific software installation If you are using the `datahub-actions` library directly from Python, or the `datahub-actions` cli directly, then you need to first install the `slack` action plugin in your Python virtualenv. ``` -pip install "datahub-actions[slack]" +pip install "acryl-datahub-actions[slack]" ``` Then run the action with a configuration file that you have modified to capture your credentials and configuration. diff --git a/docs/actions/actions/teams.md b/docs/actions/actions/teams.md index c61f472cf36fe..f14cd951f95e8 100644 --- a/docs/actions/actions/teams.md +++ b/docs/actions/actions/teams.md @@ -95,7 +95,7 @@ Similar to the quickstart scenario, there are no specific software installation If you are using the `datahub-actions` library directly from Python, or the `datahub-actions` cli directly, then you need to first install the `teams` action plugin in your Python virtualenv. ``` -pip install "datahub-actions[teams]" +pip install "acryl-datahub-actions[teams]" ``` Then run the action with a configuration file that you have modified to capture your credentials and configuration.