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": "package://data2cloud.schemas.json: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.3a0.tar.gz
(13.6 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.3a0.tar.gz.
File metadata
- Download URL: data2cloud-0.0.3a0.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2db3c8983c094390fe8dfeac7fac77e5ed13de03665fd6a15d8d31c6bfe9fe6f
|
|
| MD5 |
347524a54f27d8b2fc430a02b2aecb76
|
|
| BLAKE2b-256 |
98e33aba9fcc185cc36fdf985940bbf6e96533742abeff04b7d6afd2f34ce710
|
File details
Details for the file data2cloud-0.0.3a0-py3-none-any.whl.
File metadata
- Download URL: data2cloud-0.0.3a0-py3-none-any.whl
- Upload date:
- Size: 15.8 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 |
1216ae3165e65144ae0a7813ad6abaaaea1a3d4d37a0de0c490849a914fd117e
|
|
| MD5 |
22277799ac0b28d5e4828dacc882ec50
|
|
| BLAKE2b-256 |
3573ff5695c1b8602e45f757500f2dda91bcc02dbd9d061340e4b78b0b91e086
|