is there any built-in watermarking in dagster? to ...
# announcements
b
is there any built-in watermarking in dagster? to do incremental runs
a
can you go in to more detail about the nature of incremental runs you are hoping to accomplish? cc @yuhan
b
hi alex, i misinterpret what dagster is used for, so I don't think this question applies. but do have another question: https://stackoverflow.com/questions/61330816/how-would-you-parameterize-dagster-pipelines-to-run-same-solids-with-multiple-di could you help?
y
Hi Binh! reusable solids might be a good way to do that https://docs.dagster.io/latest/tutorial/reusable/
b
thanks I'll give it a try
hi @yuhan, the reusable solid method works well, thank you. But lets say I have to do this for hundreds of tables. Is it scalable/maintainable to create a large config.yaml? Or are there ways to break it out into smaller config for each table?
y
Glad it works for you! Do you plan to put your business logic in config (e.g. sql logic) or just some other ops level info like resource variables?
b
No business logic in config, path to SQL file and resource variables
y
I’d say config hundreds of tables should be ok scale wise. but if you are worried about maintainability or maybe even readability, you can specify multiple yamls and pass through cli