finance-yahoo-data / manifest.json
ZipLime's picture
Add ziplime PIT dataset: docs, manifest, recipe, ingest, workflow, bundle
6ed0b9a verified
Raw
History Blame Contribute Delete
915 Bytes
{
"name": "finance_yahoo_data",
"version": "1784755946",
"data_type": "PIT_DATA",
"bundle_storage_class": "ziplime.data.services.file_system_delta_lake_bundle_storage.FileSystemDeltaLakeBundleStorage",
"bundle_storage_data": {
"table_uri": "data/data_bundle/yahoo_finance_daily_data/1784755946/data.delta"
},
"entity_domain": "us_equities",
"schema": {
"open": "Float64",
"high": "Float64",
"low": "Float64",
"close": "Float64",
"volume": "Float64",
"price": "Float64"
},
"pit": {
"knowledge_lag_model": null,
"model_knowledge_cutoff": null
},
"source": {
"recipe": "recipe.py",
"recipe_hash": "sha256:<filled-by-ci>",
"origin": "Yahoo Finance (`yfinance`), auto-adjusted daily bars",
"license": "Yahoo Finance terms — research use only",
"schedule": "0 22 * * 1-5"
},
"trading_calendar_name": null,
"frequency_seconds": null
}