Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dat-a-man committed Jan 9, 2025
1 parent 7edb188 commit 4a2e71c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/website/docs/walkthroughs/add_credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ DESTINATION__BIGQUERY__LOCATION
```
### Configuring destination credentials in code

If you need to manage destination credentials programmatically, such as retrieving them from environment variables, you can define them directly in your pipeline code. The following example demonstrates how to use `GcpServiceAccountCredentials` to set up a pipeline with a BigQuery destination.
If you need to manage destination credentials programmatically, such as retrieving them from environment variables, you can define them directly in your pipeline code.

The following example demonstrates how to use `GcpServiceAccountCredentials` to set up a pipeline with a BigQuery destination.

```py
import os
Expand Down

0 comments on commit 4a2e71c

Please sign in to comment.