Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
AstrakhantsevaAA committed Oct 30, 2023
1 parent 7f5195b commit 2bec2b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ In order for `auth()` method to succeed:
- If `refresh_token` is not provided, and you run the pipeline from a console or a notebook,
`dlt` will use InstalledAppFlow to run the desktop authentication flow.

[The Google Analytics example](https://github.com/dlt-hub/verified-sources/blob/master/sources/google_analytics/setup_script_gcp_oauth.py): how you can get the refresh token using `dlt.secrets.value`.
[Google Analytics example](https://github.com/dlt-hub/verified-sources/blob/master/sources/google_analytics/setup_script_gcp_oauth.py): how you can get the refresh token using `dlt.secrets.value`.

#### Defaults

Expand Down

0 comments on commit 2bec2b7

Please sign in to comment.