File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] , [ markdownlint] ,
6
6
and this project adheres to [ Semantic Versioning] .
7
7
8
+ ### Changed in 0.0.6
9
+
10
+ - Improved Python add_data_sources.py
11
+
8
12
### Changed in 0.0.5
9
13
10
14
- Modified configuration examples for new szconfig and szconfigmanager pattern
Original file line number Diff line number Diff line change 22
22
_ = sz_config .add_data_source (data_source )
23
23
24
24
new_config = sz_config .export ()
25
- new_config_id = sz_configmanager .register_config (new_config , INSTANCE_NAME )
26
- sz_configmanager .set_default_config_id (config_id )
25
+ new_config_id = sz_configmanager .set_default_config (new_config , "Add data source CUSTOMERS" )
27
26
28
27
sz_config = sz_configmanager .create_config_from_config_id (new_config_id )
29
28
response = sz_config .get_data_sources ()
You can’t perform that action at this time.
0 commit comments