Skip to content

Commit

Permalink
Use angle brackets for redacted string
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Mar 22, 2024
1 parent 4b2f340 commit 998f2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-03-22-dependency-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ used to easily query from authenticated Azure containers:
```sql
CREATE SECRET az1 (
TYPE AZURE,
CONNECTION_STRING '<redacted>'
CONNECTION_STRING 'redacted'
);
SELECT column_a, column_b
FROM 'az://my-container/some-file.parquet';
Expand Down

0 comments on commit 998f2a8

Please sign in to comment.