Skip to content

Instantly share code, notes, and snippets.

@kvnkho
Created August 1, 2022 17:34
Show Gist options
  • Save kvnkho/5370338c43ecd64d8af0799f90eea066 to your computer and use it in GitHub Desktop.
Save kvnkho/5370338c43ecd64d8af0799f90eea066 to your computer and use it in GitHub Desktop.
import pandas as pd
# + tags=["parameters"]
# declare a list tasks whose products you want to use as inputs
upstream = None
product = None
# -
df = pd.DataFrame({"col1": [1,2,3], "col2":[2,3,4]})
df.to_parquet(product["data"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment