bakdata / kpops

Deploy Kafka pipelines to Kubernetes
https://bakdata.github.io/kpops
MIT License
12 stars 1 forks source link

Log picked up files in verbose mode #437

Closed raminqaf closed 5 months ago

raminqaf commented 6 months ago

Closes #268 Depends on #438 The output looks like this when running KPOps with the --verbose command:

Yaml - Picked up: config.yaml
Registry - Picked up: tests/pipeline/test_components/__init__.py
Yaml - Picked up: tests/pipeline/resources/pipeline-with-env-defaults/pipeline.yaml
Yaml - Picked up: tests/pipeline/resources/pipeline-with-env-defaults/defaults_development.yaml
Yaml - Picked up: tests/pipeline/resources/pipeline-with-env-defaults/defaults.yaml
BaseDefaultsComponent - Found defaults for component type streams-app in tests/pipeline/resources/pipeline-with-env-defaults/defaults.yaml
Yaml - Picked up: tests/pipeline/resources/defaults.yaml
BaseDefaultsComponent - Found defaults for component type streams-app in tests/pipeline/resources/defaults.yaml
Yaml - Picked up: tests/pipeline/defaults.yaml
BaseDefaultsComponent - Found defaults for component type kafka-app in tests/pipeline/resources/pipeline-with-env-defaults/defaults.yaml
BaseDefaultsComponent - Found defaults for component type kafka-app in tests/pipeline/resources/defaults.yaml
BaseDefaultsComponent - Found defaults for component type kubernetes-app in tests/pipeline/resources/pipeline-with-env-defaults/defaults_development.yaml
BaseDefaultsComponent - Found defaults for component type kubernetes-app in tests/pipeline/resources/pipeline-with-env-defaults/defaults.yaml
BaseDefaultsComponent - Found defaults for component type kubernetes-app in tests/pipeline/resources/defaults.yaml
BaseDefaultsComponent - Found defaults for component type kubernetes-app in tests/pipeline/defaults.yaml
BaseDefaultsComponent - Found defaults for component type pipeline-component in tests/pipeline/resources/defaults.yaml
BaseDefaultsComponent - Enriching component of type streams-app
[...]