Skip to content

Commit

Permalink
docs: add collections module docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulFarault committed Oct 26, 2023
1 parent 0daddf4 commit 1e93df1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tdp/core/collections.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Copyright 2022 TOSIT.IO
# SPDX-License-Identifier: Apache-2.0

"""TDP collections.
TDP services are split accross different collections. A core, extras and observability
collections are provided by the maintainers.
The core collection which contains the core services (hdfs, hive, ....) is mandatory. It
can be extended by other collections.
"""

from __future__ import annotations

import logging
Expand Down

0 comments on commit 1e93df1

Please sign in to comment.