Skip to content

Commit

Permalink
add url and remove tags (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
arronhunt authored Nov 5, 2020
1 parent e434140 commit 7526091
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gretel/gc-auto_anonymize_dataset/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "Auto-anonymize production datasets for development",
"description": "Build a data pipeline that will auto-anonymize datasets using Gretel's data catalog and transformation features.",
"tags": ["pii-detection", "anonymization", "transformers", "dev", "staging"],
"tags": ["pii-detection", "anonymization", "transformers"],
"sample_data_key": "bike-customer-orders",
"blog_url": "https://gretel.ai/blog/auto-anonymize-production-datasets-for-development",
"language": "python",
"featured": true
}

0 comments on commit 7526091

Please sign in to comment.