Skip to content

Commit

Permalink
Update synapse.md
Browse files Browse the repository at this point in the history
Setting hide password property to `True`
  • Loading branch information
zem360 authored Apr 15, 2024
1 parent d53606c commit e04221e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/dlt-ecosystem/destinations/synapse.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Once you have the connection URL, you can directly use it in your pipeline confi
pipeline = dlt.pipeline(
pipeline_name='chess',
destination=dlt.destinations.synapse(
credentials=connection_url.render_as_string(hide_password=False)
credentials=connection_url.render_as_string(hide_password=True)
),
dataset_name='chess_data'
)
Expand Down

0 comments on commit e04221e

Please sign in to comment.