upload data from oss to maxcompute and import to matrix lib table
Project description
upload oss data to maxcompute
initialize maxcompute account
- Install Aliyun CLI: Install guide
- run the aliyun configure command to setup account
$ aliyun configure
Configuring profile 'default' ...
Aliyun Access Key ID [None]: <Your AccessKey ID>
Aliyun Access Key Secret [None]: <Your AccessKey Secret>
Default Region Id [None]: cn-zhangjiakou
Default output format [json]: json
Default Language [zh]: zh
define data source
define data source:
{
"$schema": "./json_schemas/data-config-schema.json",
"vender": "csmar",
"meta_table": "metadata_csmar",
"data_type": {
"type": "oss",
"location": "oss://oss-cn-zhangjiakou-internal.aliyuncs.com/dteam2022-data/source_data/csmar"
},
"data_versions": [
{
"source": "cg_ybasic",
"versions": [
"20240506"
]
}
],
"data": [
{
"source": "cg_ybasic",
"target_table": "ods_csmar_cg_ybasic",
"source_name": "治理综合信息文件",
"meta": [
{
"col_order": 1,
"col_name": "Stkcd",
"col_type": "Nvarchar",
"col_name_desc": "证券代码",
},
{
"col_order": 2,
"col_name": "Reptdt",
"col_type": "Datetime",
"col_name_desc": "统计截止日期",
},
{
"col_order": 4,
"col_name": "Y0301b",
"col_type": "decimal",
"col_name_desc": "股本结构是否变化",
"col_desc": "1=未变化,2=有变化。"
},
{
"col_order": 16,
"col_name": "ManagerHoldsharesRatio",
"col_type": "decimal",
"col_name_desc": "总经理持股比例",
"col_unit": "%"
},
...
]
},
],
"matrix": [{
"source": "cg_ybasic",
"target_code_prefix": "cg_ybasic",
"source_col_prefix": "Y",
"eff_date_col": "Reptdt",
"firm_col": "stkcd"
}
]
}
upload data and import matrix
from pathlib import Path
from data2cloud.data_uploader import DataUploader, MatrixImporter, DataConfigParser
config_file = f"{Path(__file__).resolve().parent}/datasource/csmar.json"
uploader = DataUploader(config_file)
uploader.upload("cg_ybasic") # uploader.upload_all()
# import matrix
m_importer = MatrixImporter(config_file)
m_importer.import_matrix("cg_ybasic")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
data2cloud-0.0.4.tar.gz
(13.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file data2cloud-0.0.4.tar.gz.
File metadata
- Download URL: data2cloud-0.0.4.tar.gz
- Upload date:
- Size: 13.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff5b07cce9c31afb890ead14ef1d56410da6cee3cc05bc9165c345e9e0973113
|
|
| MD5 |
caccacac8628f992eaa150261d3dc024
|
|
| BLAKE2b-256 |
fcee2c743f0b0ffb4bd0016e853bc98c757e1fdb05bc541906886b86f1086052
|
File details
Details for the file data2cloud-0.0.4-py3-none-any.whl.
File metadata
- Download URL: data2cloud-0.0.4-py3-none-any.whl
- Upload date:
- Size: 15.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57946e70b283d9adac823ebb7f2821d0a6a02a60990f22e5b3db5831203f938d
|
|
| MD5 |
2ae1560e2d03c5add9c7aa7a26316dc8
|
|
| BLAKE2b-256 |
a5b9f5f1c09c130211f7b60139f999d13cc43833881ba0c17e040f2119bcd666
|