Commit 4cdcf91
committed
feat(model): add to_atlas_dict() method to Referenceable base class
Adds a convenience method that produces an Atlas-compatible dict from any
pyatlan model object. This is the format expected by the application-sdk's
JsonFileWriter and eliminates the json.loads(asset.json(...)) round-trip
that every connector currently has to do manually. (BLDX-740)1 parent 36b5900 commit 4cdcf91
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
95 | 104 | | |
96 | 105 | | |
97 | 106 | | |
| |||
0 commit comments