Skip to content

Commit

Permalink
Re-adding primary key to mongo_test.customer_details
Browse files Browse the repository at this point in the history
  • Loading branch information
galvana committed Dec 10, 2024
1 parent b13632b commit b0ef57d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/ops/task/traversal_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,7 @@ def mongo_dataset_dict(mongo_db_name: str, postgres_db_name: str) -> GraphDatase
{
"name": "customer_details",
"fields": [
{
"name": "_id",
},
{"name": "_id", "fides_meta": {"primary_key": True}},
{
"name": "birthday",
"fides_meta": {"data_type": "string"},
Expand Down

0 comments on commit b0ef57d

Please sign in to comment.