Skip to content

Commit

Permalink
Add datadog(statsd) client to python package for IngestionJob (#1249)
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Moskalenko <moskalenko.alexey@gmail.com>
  • Loading branch information
pyalex authored Jan 5, 2021
1 parent 4383c98 commit f08af22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/scripts/build-ingestion-py-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euo pipefail
PLATFORM=$1
DESTINATION=$2
PACKAGES=${PACKAGES:-"great-expectations==0.13.2 pyarrow==2.0.0"}
PACKAGES=${PACKAGES:-"great-expectations==0.13.2 pyarrow==2.0.0 datadog==0.39.0"}

tmp_dir=$(mktemp -d)

Expand Down

0 comments on commit f08af22

Please sign in to comment.