Skip to content

Commit 0ac2ff1

Browse files
Update documentation (#648)
Co-authored-by: daniil-quix <133032822+daniil-quix@users.noreply.github.com>
1 parent aaa0486 commit 0ac2ff1

File tree

4 files changed

+552
-10
lines changed

4 files changed

+552
-10
lines changed

docs/api-reference/application.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ Default: the source default
494494
def run(dataframe: Optional[StreamingDataFrame] = None)
495495
```
496496

497-
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/app.py#L679)
497+
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/app.py#L685)
498498

499499
Start processing data from Kafka using provided `StreamingDataFrame`
500500

@@ -530,7 +530,7 @@ app.run()
530530
def setup_topics()
531531
```
532532

533-
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/app.py#L802)
533+
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/app.py#L808)
534534

535535
Validate and create the topics
536536

@@ -542,7 +542,7 @@ Validate and create the topics
542542
class ApplicationConfig(BaseSettings)
543543
```
544544

545-
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/app.py#L978)
545+
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/app.py#L984)
546546

547547
Immutable object holding the application configuration
548548

@@ -565,7 +565,7 @@ def settings_customise_sources(
565565
) -> Tuple[PydanticBaseSettingsSource, ...]
566566
```
567567

568-
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/app.py#L1013)
568+
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/app.py#L1019)
569569

570570
Included to ignore reading/setting values from the environment
571571

@@ -579,7 +579,7 @@ Included to ignore reading/setting values from the environment
579579
def copy(**kwargs) -> Self
580580
```
581581

582-
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/app.py#L1026)
582+
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/app.py#L1032)
583583

584584
Update the application config and return a copy
585585

0 commit comments

Comments
 (0)