I’d like to now extend this to somehow pass a list of tables from the same database to extract and load to s3.
Is this possible given this simple template?
s
Sylvain Hazard
04/08/2022, 12:46 PM
Yes of course ! Off the top of my head, something like this would work I believe :
Copy code
with Flow() as flow:
tables = get_tables() # Change the query accordingly
save_data = load_to_s3.map(tables)
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.