Skip to content

Commit

Permalink
Updated credentials docs
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletM committed Jul 26, 2024
1 parent 0d955de commit 5761b43
Show file tree
Hide file tree
Showing 14 changed files with 541 additions and 748 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
In this example, you'll find a Python script that demonstrates how to load to BigQuery with the custom destination.
We'll learn how to:
- Use [built-in credentials.](../general-usage/credentials/config_specs#gcp-credentials)
- Use [built-in credentials.](../general-usage/credentials/prebuilt_dlt_credential_types#gcp-credentials)
- Use the [custom destination.](../dlt-ecosystem/destinations/destination.md)
- Use pyarrow tables to create complex column types on BigQuery.
- Use BigQuery `autodetect=True` for schema inference from parquet files.
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/google_sheets/google_sheets.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
In this example, you'll find a Python script that demonstrates how to load Google Sheets data using the `dlt` library.
We'll learn how to:
- use [built-in credentials](../general-usage/credentials/config_specs#gcp-credentials);
- use [union of credentials](../general-usage/credentials/config_specs#working-with-alternatives-of-credentials-union-types);
- use [built-in credentials](../general-usage/credentials/prebuilt_dlt_credential_types#gcp-credentials);
- use [union of credentials](../general-usage/credentials/prebuilt_dlt_credential_types#working-with-alternatives-of-credentials-union-types);
- create [dynamically generated resources](../general-usage/source#create-resources-dynamically).
:::tip
Expand Down
164 changes: 0 additions & 164 deletions docs/website/docs/general-usage/credentials/config_providers.md

This file was deleted.

Loading

0 comments on commit 5761b43

Please sign in to comment.