Skip to content

Commit

Permalink
Applied code review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddhantSadangi committed Oct 23, 2024
1 parent 8439477 commit e6f81c3
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"id": "NTVvWzR-eluS"
},
"source": [
"## Install Neptune and GX OSS"
"## Install Neptune and GX Core"
]
},
{
Expand Down Expand Up @@ -235,7 +235,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Connect context to data source"
"### Connect Context to data source"
]
},
{
Expand Down Expand Up @@ -342,7 +342,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Create a Validation Definition"
"## Create Validation Definition"
]
},
{
Expand Down Expand Up @@ -410,7 +410,7 @@
"source": [
"### Log Validation results to Neptune\n",
"\n",
"By saving GX OSS' results as a dictionary to Neptune, you can access them programmatically and use in your CI/CD pipelines."
"By saving GX Core's results as a dictionary to Neptune, you can access them programmatically and use in your CI/CD pipelines."
]
},
{
Expand Down Expand Up @@ -445,7 +445,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Since the results contains lists, we use [`stringify_unsupported()`](https://docs.neptune.ai/api/utils/#stringify_unsupported) to parse them into strings."
"Since the results contains lists, use [`stringify_unsupported()`](https://docs.neptune.ai/api/utils/#stringify_unsupported) to parse them into strings."
]
},
{
Expand All @@ -454,7 +454,7 @@
"source": [
"## Upload HTML reports to Neptune\n",
"\n",
"Using Neptune's HTML previewer, you can view and interact with GX OSS' rich HTML reports on Neptune."
"Using Neptune's HTML previewer, you can view and interact with GX Core's rich HTML reports on Neptune."
]
},
{
Expand Down

0 comments on commit e6f81c3

Please sign in to comment.