Skip to content

Commit

Permalink
docs(init): Update entrypoints.py to be more clear about acryl init (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe-lyons committed Apr 9, 2024
1 parent 05c4e7b commit 45e0460
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion metadata-ingestion/src/datahub/entrypoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ def init(use_password: bool = False) -> None:
if os.path.isfile(DATAHUB_CONFIG_PATH):
click.confirm(f"{DATAHUB_CONFIG_PATH} already exists. Overwrite?", abort=True)

click.echo("Configure which datahub instance to connect to")
click.echo(
"Configure which datahub instance to connect to (https://your-instance.acryl.io/gms for Acryl hosted users)"
)
host = click.prompt(
"Enter your DataHub host", type=str, default="http://localhost:8080"
)
Expand Down

0 comments on commit 45e0460

Please sign in to comment.