You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/website/docs/general-usage/dataset-access/streamlit.md
+12
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,18 @@ dlt pipeline {pipeline_name} show
31
31
32
32
Use the pipeline name you defined in your Python code with the `pipeline_name` argument. If you are unsure, you can use the `dlt pipeline --list` command to list all pipelines.
33
33
34
+
## Credentials
35
+
36
+
`dlt` will look for `secrets.toml` and `config.toml` in the `.dlt` folder.
37
+
38
+
If `secrets.toml` are not found, it will use
39
+
`secrets.toml` from `.streamlit` folder.
40
+
41
+
If you run locally, maintain your usual `.dlt` folder.
42
+
43
+
When running on streamlit cloud, paste the content of `dlt`
44
+
`secrets.toml` into the `streamlit` secrets.
45
+
34
46
## Inspecting your data
35
47
36
48
You can now inspect the schema and your data. Use the left sidebar to switch between:
0 commit comments