We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4b15e1 + ce3c405 commit 3f11d39Copy full SHA for 3f11d39
HISTORY.md
@@ -1,3 +1,18 @@
1
+## 0.1.0 (June 6, 2023)
2
+
3
+* Fixes connection creation and associated validations
4
+* Adds further connectors (with icons)
5
+* Adds SQL parser endpoint
6
+* Add Lineage list API and integration tests
7
+* Fix bug on locking custom metadata
8
+* Refactor syntax for accessing custom metadata properties
9
10
+ Previously the custom metadata property `First Name` would have been accessed as follows:
11
+ ````cm.first_name````
12
13
+ This could cause confusion how the name was converted so now the following syntax will be used:
14
15
+ ```cm['First Name']```
16
## 0.0.33 (May 24, 2023)
17
18
* Added convenience properties for relationship_attributes
pyatlan/version.txt
@@ -1 +1 @@
-0.0.33
+0.1.0
0 commit comments