This message was deleted.
# python
s
This message was deleted.
i
I can’t link the tables() future into the DAG.
You can do this:
Copy code
something = tables()
pulumi.export('something', something)
This will accomplish what you want.
p
So if I do this out of a ComponentResource and pass in another future (eg vpc.id) pulumi will work out what it needs? Awesome 🙂