Commit 34bb050
authored
Environment configuration (#895)
* Implementation of environment configuration for Python SDK
* pyright lint exclusion
* simplify DataSource to union type, read file using Path, add experimental to class docstrings, misc
* Remove .DS_Store files from Git tracking
* fix bridge after pyo3 upgrade
* handle windows file paths
* quick pr suggestions
* add Path to DataSource to read file paths, read file contents via string
* add ClientConnectConfig and to_client_connect_config
* added load_client_connect_config
* raise TypeError when reading invalid data source
* load_client_connect_config rename env_vars to override_env_vars
* add .connect calls to test_load_client_connect_config to ensure load_client_connect_config actually matches connect arguments
* refactor to general 'load' methods
* add to_dict methods
* formatting + linting
* class rename, some cleanup with type casting1 parent 56023fa commit 34bb050
File tree
8 files changed
+1418
-15
lines changed- temporalio
- bridge
- src
- tests
8 files changed
+1418
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| 189 | + | |
189 | 190 | | |
190 | 191 | | |
191 | 192 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments