Skip to content

Commit 2ed05e3

Browse files
committed
Updated instance examples.
1 parent 2752b70 commit 2ed05e3

24 files changed

+2809
-2126
lines changed

docs/source/examples/best_practices_instances.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,12 @@ it fails in case a task changes that has a cache function and thus might bring i
4242
An example showing how to implement this can be found here: [](/examples/multi_instance_pipeline).
4343

4444
A more complex example that is closer to a real world scenario can be found
45-
[as example on GitHub](https://github.com/pydiverse/pydiverse.pipedag/blob/main/example_postgres/realistic_pipeline_sqa_instances.py#L494)
45+
[as example on GitHub](https://github.com/pydiverse/pydiverse.pipedag/blob/main/example_postgres/realistic_pipeline_sqa_instances.py#L502)
4646
and in the following [zip archive](/examples/zip/example_postgres.zip).
47+
48+
In the same archive, a
49+
[simplified real world scenario](https://github.com/pydiverse/pydiverse.pipedag/blob/main/example_postgres/realistic_pipeline_sqa_instances_date.py#127)
50+
is also included which implements the same data pipeline instance
51+
types by using a date column filter to implement stable data instances.
52+
It allows a more fluid development approach if it is ok that new tables
53+
or columns enter the stable pipeline instances without warning.
17 Bytes
Binary file not shown.
29 Bytes
Binary file not shown.
17 Bytes
Binary file not shown.
86 Bytes
Binary file not shown.
55 Bytes
Binary file not shown.
7.67 KB
Binary file not shown.
171 Bytes
Binary file not shown.

example/pixi.lock

Lines changed: 347 additions & 338 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example_ibm_db2/pixi.lock

Lines changed: 192 additions & 188 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)