Data Glossary 🧠
Search
What is Idempotency?
Idempotency is the property of a particular operation that can be applied multiple times without changing the resulting outcome by being given the same inputs. It is used in Functional Programming and was the foundation for Functional Data Engineering.