Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
raminqaf committed Oct 29, 2024
1 parent a197ea4 commit 944374e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions kpops/components/streams_bootstrap/strimzi_model.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from typing import Optional, Self

from pydantic import BaseModel, Field, model_validator
Expand Down
1 change: 0 additions & 1 deletion kpops/pipeline/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ def add_levels(self):
)
+ 1
)
for node in nx.topological_sort(self._graph):
p = self._component_index.get(node)
if p:
p.sync_wave = self._graph.nodes[node][sync_wave]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ kafka_connect:
kafka_rest:
timeout: 30
url: http://localhost:8082/
operation_mode: !!python/object/apply:builtins.getattr
- !!python/name:kpops.config.OperationMode ''
- HELM
pipeline_base_dir: .
retain_clean_jobs: false
schema_registry:
Expand Down

0 comments on commit 944374e

Please sign in to comment.