Skip to content

Commit

Permalink
code review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal committed Jul 2, 2024
1 parent 9bd41d2 commit 5a69a8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/how/updating-datahub.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ This file documents any backwards-incompatible changes in DataHub and assists pe

- Protobuf CLI will no longer create binary encoded protoc custom properties. Flag added `-protocProp` in case this
behavior is required.
- `datahub get ...` CLI output format changed a bit. To use the older output format pass `datahub get --no-details ...`

### Potential Downtime

Expand Down
4 changes: 2 additions & 2 deletions metadata-ingestion/src/datahub/cli/get_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def get() -> None:
"--details/--no-details",
required=False,
is_flag=True,
default=True,
help="Whether to .",
default=False,
help="Whether to print details from database which help in audit.",
)
@click.pass_context
@upgrade.check_upgrade
Expand Down

0 comments on commit 5a69a8d

Please sign in to comment.