From f37ca4e49ceb4c0025c79b4239b25cfb2cd1869a Mon Sep 17 00:00:00 2001 From: Harshal Sheth Date: Fri, 21 Apr 2023 09:39:12 +0530 Subject: [PATCH] docs(ingest): fix CorpGroup example (#7816) --- metadata-ingestion/examples/library/upsert_group.py | 1 - 1 file changed, 1 deletion(-) diff --git a/metadata-ingestion/examples/library/upsert_group.py b/metadata-ingestion/examples/library/upsert_group.py index 0d758a363c..86a03b72c1 100644 --- a/metadata-ingestion/examples/library/upsert_group.py +++ b/metadata-ingestion/examples/library/upsert_group.py @@ -18,7 +18,6 @@ group = CorpGroup( str(CorpuserUrn.create_from_id("bar@acryl.io")), str(CorpuserUrn.create_from_id("joe@acryl.io")), ], - groups=[], display_name="Foo Group", email=group_email, description="Software engineering team",