Skip to content

Commit

Permalink
Merge pull request #1 from dataiku/chore/clean-up
Browse files Browse the repository at this point in the history
Small improvements in Code and recipe params
  • Loading branch information
Arnaud dE authored Mar 12, 2021
2 parents 753c352 + 028896f commit ba268cf
Show file tree
Hide file tree
Showing 12 changed files with 1,119 additions and 374 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ dmypy.json
/*.tar.gz

# Idea files
/.idea/
.idea/

# Output files from R CMD check
/*.Rcheck/
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## [Version 1.0.0](https://github.com/dataiku/dss-plugin-nlp-google-cloud-translation/releases/tag/v1.0.0) - Initial release - 2021-03-15

- ✨ Integration with the [Google Cloud Translation API - Basic edition](https://cloud.google.com/translate/docs/basic/translating-text)
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Google Translation API Plugin
# Google Cloud Translation Plugin

This Dataiku DSS plugin provides a recipes to call the [basic Google Translation API](https://cloud.google.com/translate/).
![Build status](https://github.com/dataiku/dss-plugin-nlp-google-cloud-translation/actions/workflows/auto-make.yml/badge.svg) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/dataiku/dss-plugin-nlp-google-cloud-translation?logo=github) ![Support level](https://img.shields.io/badge/support-Unsupported-orange)

Documentation: https://www.dataiku.com/product/plugins/google-cloud-translation/
This Dataiku DSS plugin provides a recipe to translate a text column to another language with [Google Cloud Translation](https://cloud.google.com/translate/docs/basic/translating-text).

### License
Documentation: https://www.dataiku.com/product/plugins/nlp-google-cloud-translation/

This plugin is distributed under the Apache License version 2.0.
## Release notes

See the [changelog](CHANGELOG.md) for a history of notable changes to this plugin.

## License

This plugin is distributed under the [Apache License version 2.0](LICENSE).
2 changes: 1 addition & 1 deletion code-env/python/desc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"acceptedPythonInterpreters": [
"PYTHON36",
"PYTHON35"
"PYTHON37"
],
"forceConda": false,
"installCorePackages": true,
Expand Down
4 changes: 2 additions & 2 deletions code-env/python/spec/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-api-python-client==1.12.3
google-cloud-translate==2.0.1
google-api-python-client==2.0.1
google-cloud-translate==3.0.2
tqdm==4.50.1
ratelimit==2.2.1
retry==0.9.2
Expand Down
327 changes: 0 additions & 327 deletions custom-recipes/google-translate/recipe.json

This file was deleted.

Loading

0 comments on commit ba268cf

Please sign in to comment.