Skip to content

Commit 7354bf4

Browse files
committed
fix alts for pictures in entities part + add russian translation for it
1 parent 07fe51b commit 7354bf4

17 files changed

Lines changed: 465 additions & 4 deletions

mddocs/docs/en/entities/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ It contains following fields:
348348
Currently, OpenLineage sends only symlinks `HDFS location → Hive table` which [do not exist in the real world](https://github.com/OpenLineage/OpenLineage/issues/2718#issuecomment-2134746258).
349349
Message consumer automatically adds a reverse symlink `Hive table → HDFS location` to simplify building lineage graph, but this is temporary solution.
350350

351-
![dataset_symlinks.png](dataset_symlinks.png)
351+
![dataset symlinks](dataset_symlinks.png)
352352

353353
### Parent Relation
354354

@@ -364,7 +364,7 @@ It contains following fields:
364364
- `from: Job | Run` - parent entity.
365365
- `to: Run | Operation` - child entity.
366366

367-
![parent.png](parent.png)
367+
![parent](parent.png)
368368

369369
### Input relation
370370

@@ -380,7 +380,7 @@ It contains following fields:
380380
- `num_bytes: int | None` - number of bytes read from dataset. For `granularity=JOB|RUN` it is a sum of all read bytes from this dataset. For `granularity=DATASET` always `None`.
381381
- `num_files: int | None` - number of files read from dataset. For `granularity=JOB|RUN` it is a sum of all read files from this dataset. For `granularity=DATASET` always `None`.
382382

383-
![input.png](input.png)
383+
![input](input.png)
384384

385385
### Output relation
386386

@@ -412,7 +412,7 @@ It contains following fields:
412412

413413
- `num_files: int | None` - number of files written from dataset. For `granularity=JOB|RUN` it is a sum of all written files to this dataset.
414414

415-
![output.png](output.png)
415+
![output](output.png)
416416

417417
### Direct Column Lineage relation
418418

255 KB
Loading
181 KB
Loading
109 KB
Loading
44.6 KB
Loading
109 KB
Loading
113 KB
Loading

mddocs/docs/ru/entities/index.md

Lines changed: 461 additions & 0 deletions
Large diffs are not rendered by default.
115 KB
Loading

mddocs/docs/ru/entities/input.png

117 KB
Loading

0 commit comments

Comments
 (0)