Skip to content

Commit

Permalink
refactor: requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhammehra4 committed Nov 7, 2024
1 parent ae92316 commit 6d2878b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


class InputSteps(Enum):
ACCOUNT = "Account Name (ex: ina31471.us-east-1): "
ACCOUNT = "Account Name (ex: abc12345.us-east-1): "
USERNAME = "Username: "
PASSWORD = "Password: "
ROLE = "Role: "
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __init__(self, fast_mode: bool) -> None:

def describe(self, this: WhtMaterial) -> Tuple[str, str]:
return (
"# Profiles Tutorial\nThis recipe is a guided interactive tutorial on Rudderstack Profiles. This tutorial will walk through key concepts of profiles and how it works. As a part of this tutorial, we will also build a basic project with an ID Stitcher Model ultimately producing an ID Graph in your warehouse.",
"# Profiles Tutorial\nThis is a guided interactive tutorial on Rudderstack Profiles. This tutorial will walk through key concepts of profiles and how it works. As a part of this tutorial, we will also build a basic project with an ID Stitcher Model ultimately producing an ID Graph in your warehouse.",
".md",
)

Expand Down

0 comments on commit 6d2878b

Please sign in to comment.