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
- moved the common storage code to vdk-storage library
- refactored confluence-reader to directly use it instead of using file
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Yoan Salambashev <[email protected]>
Copy file name to clipboardExpand all lines: examples/confluence-reader/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ The `ConfluenceDataSource` class is the heart of this data job. It provides a se
13
13
14
14
These methods make use of the last_modification.txt file to determine the last modification date and track changes in the Confluence space, allowing for efficient data retrieval and management.
15
15
16
-
## JSON Data Format
16
+
## Output Data Format
17
17
18
-
The resulting JSON data (confluence_data.json) is generated using the `ConfluenceDocument` class (see confluence_document.py).
18
+
The resulting data is generated using the `ConfluenceDocument` class (see confluence_document.py).
0 commit comments