Skip to content

Commit 2739d7e

Browse files
Adds context for the tagging table
1 parent 070c3cf commit 2739d7e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

content/blog/pragmatism-over-perfection.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,15 @@ And now it was time to implement this pragmatic solution.
6969
## Getting it up and Running
7070

7171
I onboarded the Ops team onto Databricks and assigned them the right roles, which was quick and easy since I already had admin access.
72-
Then, I created a simple notebook for them.
72+
Then, I created a table containing the list of disagreed images along with some additional metadata.
73+
Finally, I created a simple notebook for them.
7374

7475
Here is what the notebook did:
7576

76-
1. Fetched an image path at random from the table we had where the manual tag field was Null.
77+
1. Fetched an image path at random from the table where the `manual_tag` field was `Null`.
7778
2. Displayed the image to the user.
7879
3. Asked the user for input.
79-
4. Updated the manual tag field in the table for the image, with the user input, tagging it valid or invalid.
80+
4. Updated the `manual_tag` field in the table for the image, with the user input, tagging it valid or invalid.
8081

8182
Here are some screenshots of the notebook, it contains some more information:
8283
<img src="/images/blog/pragmatism-over-perfection/Image_tagging_1.png" alt="Databricks Notebook Image 1" />

0 commit comments

Comments
 (0)