Skip to content

Instantly share code, notes, and snippets.

@josete89
Last active May 3, 2022 11:14
Show Gist options
  • Save josete89/6229eb4f15e5a4d7e32d435bb1a85e49 to your computer and use it in GitHub Desktop.
Save josete89/6229eb4f15e5a4d7e32d435bb1a85e49 to your computer and use it in GitHub Desktop.
{
"outputs":{
"sales_trends":{
"file-format":"parquet",
"port-type": "blob",
"location": "s3://my-data-product/sales_trends",
"partition-columns": [ "foobar" ],
"retention-time": {"unit": "day","time": 2}
},
"sales_predictions":{
"file-format":"parquet",
"port-type": "blob",
"location": "s3://my-data-product/sales_trends",
"partition-columns": [ "foobar" ],
"retention-time": {"unit": "day","time": 2}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment