.gitignore
.pre-commit-config.yaml
.python-version
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
_version.py
pyproject.toml
setup.cfg
setup.py
tox.ini
uv.lock
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docs.yml
.github/workflows/python-package.yml
.github/workflows/release-pypi.yml
docs/.gitignore
docs/Gemfile
docs/Gemfile.lock
docs/README.md
docs/_config.yml
docs/content/404.md
docs/content/getting-started.md
docs/content/index.md
docs/content/main-concepts.md
docs/content/writing-transformer.md
docs/content/_data/config/pipes/spark/batch.yaml
docs/content/_data/config/pipes/spark/common.yaml
docs/content/_data/config/pipes/spark/streaming.yaml
docs/content/_includes/fields_table.md
docs/content/_includes/nav_footer_custom.html
docs/content/_includes/pipe_description.md
docs/content/_sass/custom/custom.scss
docs/content/advanced/advanced.md
docs/content/advanced/custom-transformer-classes.md
docs/content/configuration/configuration.md
docs/content/configuration/processors.md
docs/content/configuration/schema-definitions.md
docs/content/configuration/pipes/pipes.md
docs/content/configuration/pipes/spark.md
src/pydataio/__init__.py
src/pydataio/config_handler.py
src/pydataio/job_config.py
src/pydataio/pipeline.py
src/pydataio/pipeline_config.py
src/pydataio/schema_registry.py
src/pydataio/transformer.py
src/pydataio.egg-info/PKG-INFO
src/pydataio.egg-info/SOURCES.txt
src/pydataio.egg-info/dependency_links.txt
src/pydataio.egg-info/not-zip-safe
src/pydataio.egg-info/requires.txt
src/pydataio.egg-info/top_level.txt
src/pydataio/config/logging.ini
src/pydataio/io/__init__.py
src/pydataio/io/abstract_io.py
src/pydataio/io/pipes/__init__.py
src/pydataio/io/pipes/spark/__init__.py
src/pydataio/io/pipes/spark/batch/__init__.py
src/pydataio/io/pipes/spark/batch/inputs.py
src/pydataio/io/pipes/spark/batch/outputs.py
src/pydataio/io/pipes/spark/streaming/__init__.py
src/pydataio/io/pipes/spark/streaming/inputs.py
src/pydataio/io/pipes/spark/streaming/outputs.py
src/pydataio/io/utils/__init__.py
src/pydataio/io/utils/class_helper.py
src/pydataio/io/utils/duration.py
src/pydataio/io/utils/triggers.py
tests/__init__.py
tests/dummies.py
tests/test_config_handler.py
tests/test_transformer.py
tests/test_utils.py
tests/io/__init__.py
tests/io/streaming/test_triggers.py
tests/io/utils/__init__.py
tests/io/utils/test_duration.py
tests/resources/conf/streamingTestConfig.yaml
tests/resources/conf/testConfig.yaml
tests/resources/conf/testConfigNoIO.yaml
tests/resources/data/events/events.json