Last active
May 3, 2022 11:14
-
-
Save josete89/6229eb4f15e5a4d7e32d435bb1a85e49 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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