# you could do
from prefect import flow
@flow
def write_to_s3_glue():
wr.s3.to_parquet(
df=df,
path=f"s3://{bucket}/products/",
dataset=True,
database="awswrangler_test",
table="products",
mode="overwrite",
description=desc,
parameters=param,
columns_comments=comments
)
🙌 1
z
Zack
12/02/2022, 1:05 AM
Oh, that's very nice!
Zack
12/02/2022, 1:08 AM
I was looking at Airbyte earlier but seems the functionality is quite limited to EL. Additionally I would need to run a server to host it(cost consideration). Therefore I'm revisiting Glue and glad to see that prefect can coordinate it's usage.
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.