Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 8a66040

Browse files
committed
update link/copy
1 parent 5295252 commit 8a66040

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

data_diff/dbt.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
logger = getLogger(__name__)
5151
CLOUD_DOC_URL = "https://docs.datafold.com/development_testing/cloud"
52-
EXTENSION_INSTALL_URL = "https://marketplace.visualstudio.com/items?itemName=Datafold.datafold-vscode"
52+
EXTENSION_INSTALL_URL = "https://get.datafold.com/datafold-vs-code-install"
5353

5454

5555
class TDiffVars(pydantic.BaseModel):
@@ -159,6 +159,7 @@ def dbt_diff(
159159

160160
_extension_notification()
161161

162+
162163
def _get_diff_vars(
163164
dbt_parser: "DbtParser",
164165
config: TDatadiffConfig,
@@ -521,6 +522,9 @@ def _email_signup() -> None:
521522
event_json = create_email_signup_event_json(email)
522523
run_as_daemon(send_event_json, event_json)
523524

525+
524526
def _extension_notification() -> None:
525527
if bool_notify_about_extension():
526-
rich.print(f"\n\n:heart_eyes-emoji: Love diffs?\n:eyes-emoji: Check out the :party_popper-emoji: [bold] new VSCode extension [/bold] :party_popper-emoji::\n{EXTENSION_INSTALL_URL}")
528+
rich.print(
529+
f"\n\nHaving a good time diffing? :heart_eyes-emoji:\nMake sure to check out the free [bold]Datafold VS Code extension[/bold] for more a more seamless diff experience:\n{EXTENSION_INSTALL_URL}"
530+
)

data_diff/tracking.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def bool_notify_about_extension() -> bool:
7272
return True
7373
return False
7474

75+
7576
g_tracking_enabled = True
7677
g_anonymous_id = None
7778

0 commit comments

Comments
 (0)