-
Notifications
You must be signed in to change notification settings - Fork 16.5k
Closed
Labels
Description
Description
As @ashb @potiuk and me already shortly discussed in a slack thread..
We could use terraform for testing Airflow integrations with real services from providers.
Key benefits:
- Write declarative configuration files
- Plan and predict changes
- Create reproducible infrastructure
I didn't think about the implementation details (pytest + terraform) yet, but I think it would make it a lot easier using terraform instead of having to write a lot of system helper classes in python.
EDIT:
Some interesting resources:
Reactions are currently unavailable