DataWorks のデータ公開機能は、メタデータを収集するためのさまざまなディメンションのメタデータテーブルを提供します。このトピックでは、そのようなテーブルのリストを提供し、これらのテーブルの構造の詳細について説明します。
特に指定がない限り、データ公開機能によって提供されるメタデータには、MaxCompute コンピュートエンジンのメタデータのみが含まれます。
メタデータ
RPT メトリック
生メタデータの詳細
スケジューリング関連のメタデータ
テナントメタデータ
コアテーブルメトリック: rpt_v_meta_ind_table_core
フィールド名 | データの型 | 説明 |
tenant_id | bigint | DataWorks テナント ID。 |
project_id | bigint | DataWorks ワークスペース ID。 |
catalog_name | string | カタログの名前。このフィールドは MaxCompute プロジェクトでは odps に設定されます。 |
database_name | string | データベースまたは MaxCompute プロジェクトの名前。 |
table_name | string | テーブルの名前。 |
table_uuid | string | テーブル ID。 |
owner_yun_acct | string | テーブルオーナーの Alibaba Cloud アカウント。 |
dim_life_cycle | bigint | 存続時間 (TTL)。単位: 日。有効な値:
|
is_partition_table | boolean | テーブルがパーティションテーブルであるかどうかを指定します。有効な値:
|
entity_type | bigint | エンティティのタイプ。有効な値:
|
categories | string | カテゴリ情報。 |
last_access_time | bigint | テーブルが最後にアクセスされた時刻。値は 10 桁の UNIX タイムスタンプです。 |
size | bigint | テーブルのサイズ。テーブル内のデータが占有する論理ストレージ領域を示します。単位: バイト。このフィールドはビューの場合は NULL に設定されます。 |
column_count | bigint | テーブル内のフィールド数。パーティションキー列が含まれます。 |
partition_count | bigint | テーブル内のパーティション数。このフィールドは、非パーティションテーブルの場合は NULL に設定されます。 |
detail_view_count | bigint | ページ上でテーブルの詳細が表示された回数。 |
favorite_count | bigint | テーブルがお気に入りに追加された回数。 |
追加のテーブルメトリック: rpt_v_meta_ind_table_extra
フィールド名 | データの型 | 説明 |
tenant_id | bigint | DataWorks テナント ID。 |
table_uuid | string | テーブル ID。 |
read_count | bigint | SQL 文を使用してデータが読み取られた回数。データには、スケジュールされていないタスクのデータが含まれます。 |
read_count_30d | bigint | SQL 文を使用して 30 日以内にデータが読み取られた回数。データには、スケジュールされていないタスクのデータが含まれます。 |
write_count | bigint | SQL 文を使用してデータが書き込まれた回数。データには、スケジュールされていないタスクのデータが含まれます。 |
join_count | bigint | テーブルが結合された回数。 |
direct_upstream_count | bigint | リネージ内の親テーブルの数。 |
direct_downstream_count | bigint | リネージ内の子テーブルの数。 |
output_task_count | bigint | テーブル内のデータを生成するタスクの数。 |
データベース (MaxCompute プロジェクト) メタデータの詳細: raw_v_meta_database
フィールド名 | データの型 | 説明 |
tenant_id | bigint | DataWorks テナント ID。 |
project_id | bigint | DataWorks ワークスペース ID。 |
env_type | bigint | 環境タイプ。有効な値:
|
catalog_name | string | カタログの名前。このフィールドは MaxCompute プロジェクトでは odps に設定されます。 |
database_name | string | データベースまたは MaxCompute プロジェクトの名前。 |
database_comment | string | データベースまたは MaxCompute プロジェクトの説明。 |
owner_name | string | オーナーの名前。 |
created_time_ts | bigint | 作成時刻。値は 13 桁のタイムスタンプです。 |
last_modified_time_ts | bigint | 最終変更時刻。値は 13 桁のタイムスタンプです。 |
location | string | データベースのストレージパス。 |
extras | string | データベースに関する追加情報。JSON 文字列です。 MaxCompute プロジェクトにテーブルプレビューとテーブル表示範囲の属性が設定されている場合、allowDataPreview キーと projectVisibility キーを使用して属性の値を取得できます。
|
biz_date | string | データタイムスタンプ。 |
テーブルメタデータの詳細: raw_v_meta_table
フィールド名 | データの型 | 説明 |
tenant_id | bigint | DataWorks テナント ID。 |
project_id | string | DataWorks ワークスペース ID。 |
table_uuid | string | テーブル ID。 |
table_name | string | テーブルの名前。 |
table_type | string | テーブルのタイプ。 |
catalog_name | string | カタログの名前。このフィールドは MaxCompute プロジェクトでは odps に設定されます。 |
database_name | string | データベースまたは MaxCompute プロジェクトの名前。 |
partition_keys | string | テーブル内のパーティションキー。複数レベルのパーティションキーはカンマ (,) で区切られます。このフィールドは、非パーティションテーブルの場合は空の文字列に設定されます。 |
table_comment | string | テーブルの説明。 |
table_biz_comment | string | テーブルのビジネス上の説明。 |
visibility_scope | bigint | テーブルの表示範囲。
|
owner_name | string | オーナーの名前。 |
created_time_ts | bigint | 作成時刻。値は 13 桁のタイムスタンプです。 |
last_modified_time_ts | bigint | データが最後に変更された時刻。値は 13 桁のタイムスタンプです。 |
last_meta_modified_time_ts | bigint | テーブルメタデータが最後に変更された時刻。値は 13 桁のタイムスタンプです。 |
location | string | テーブルのストレージパス。 |
life_cycle | bigint | テーブルの TTL。単位: 日。 |
data_size | bigint | テーブルの論理ストレージボリューム。単位: バイト。テーブルがパーティションテーブルの場合、このフィールドは NULL に設定されます。パーティションリストに基づいてストレージボリュームの統計を収集する必要があります。 |
biz_date | string | データタイムスタンプ。 |
ビューメタデータの詳細: raw_v_meta_view
フィールド名 | データの型 | 説明 |
tenant_id | bigint | DataWorks テナント ID。 |
project_id | string | DataWorks ワークスペース ID。 |
table_uuid | string | テーブル ID。 |
table_name | string | テーブルの名前。 |
catalog_name | string | カタログの名前。このフィールドは MaxCompute プロジェクトでは odps に設定されます。 |
database_name | string | データベースまたは MaxCompute プロジェクトの名前。 |
table_comment | string | テーブルの説明。 |
table_biz_comment | string | テーブルのビジネス上の説明。 |
visibility_scope | bigint | テーブルの表示範囲。
|
owner_name | string | オーナーの名前。 |
created_time_ts | bigint | 作成時刻。値は 13 桁のタイムスタンプです。 |
last_ddl_time_ts | bigint | ビューの DDL 文が最後に変更された時刻。値は 13 桁のタイムスタンプです。 |
view_text | string | ビューの作成に使用される SQL 文。 |
biz_date | string | データタイムスタンプ。 |
列メタデータの詳細: raw_v_meta_column
フィールド名 | データの型 | 説明 |
tenant_id | bigint | DataWorks テナント ID。 |
project_id | bigint | DataWorks ワークスペース ID。 |
catalog_name | string | カタログの名前。このフィールドは MaxCompute プロジェクトでは odps に設定されます。 |
database_name | string | データベースまたは MaxCompute プロジェクトの名前。 |
table_name | string | テーブルの名前。 |
column_name | string | フィールドの名前。 |
column_comment | string | フィールドの説明。 |
column_biz_comment | string | フィールドのビジネス上の説明。 |
column_type | string | フィールドのデータの型。 |
column_sequence | bigint | フィールドのシーケンス番号。1 から始まります。 |
is_partition_key | boolean | フィールドがパーティションキーであるかどうかを指定します。 |
is_primary_key | boolean | フィールドがプライマリキーであるかどうかを指定します。 |
biz_date | string | データタイムスタンプ。 |
パーティションメタデータの詳細: raw_v_meta_partition
フィールド名 | データの型 | 説明 |
tenant_id | bigint | DataWorks テナント ID。 |
project_id | bigint | DataWorks ワークスペース ID。 |
catalog_name | string | カタログの名前。このフィールドは MaxCompute プロジェクトでは odps に設定されます。 |
database_name | string | データベースまたは MaxCompute プロジェクトの名前。 |
table_name | string | テーブルの名前。 |
partition_name | string | パーティションの名前。 |
size | bigint | パーティションの論理サイズ。単位: バイト。 |
record_number | bigint | パーティション内のレコード数。 |
created_time_ts | bigint | 作成時刻。値は 13 桁のタイムスタンプです。 |
last_modified_time_ts | bigint | 最終変更時刻。値は 13 桁のタイムスタンプです。 |
biz_date | string | データタイムスタンプ。 |
テーブルリネージメタデータの詳細: raw_v_meta_table_lineage
リネージ機能は、SQL 文とコードの複雑さのため、100% のデータ整合性と正確性を達成できません。整合性と正確性の要件があるビジネスには、この機能を使用しないことをお勧めします。
テーブルリネージデータには、MaxCompute コンピュートエンジンによって生成されたリネージ関係と、バッチ同期タスクによって生成されたリネージ関係が含まれます。
フィールド名 | データの型 | 説明 |
tenant_id | bigint | DataWorks テナント ID。 |
project_id | bigint | DataWorks ワークスペース ID。 |
src_type | string | ソースのタイプ。 |
src_data_source_id | string | ソース ID。 |
src_database | string | ソースデータベース。 |
src_table | string | ソーステーブル。 |
dest_type | string | ターゲットのタイプ。 |
dest_data_source_id | string | ターゲット ID。 |
dest_database | string | ターゲットデータベース。 |
dest_table | string | ターゲットテーブル。 |
schedule_task_id | string | スケジュールされたタスク ID。 |
schedule_instance_id | string | スケジュールされたタスクのインスタンス ID。 |
schedule_task_owner | string | スケジュールされたタスクのオーナー。 |
job_start_time_ts | bigint | タスクの開始時刻。13 桁のタイムスタンプです。 |
job_end_time_ts | bigint | タスクの終了時刻。13 桁のタイムスタンプです。 |
execute_time | bigint | タスクの実行に消費された時間。単位: 秒。 |
input_record_number | bigint | ソーステーブルから読み取られたレコード数。 |
biz_date | string | データタイムスタンプ。 |
テーブル出力タスクメタデータの詳細: raw_v_meta_table_output
Data Map には、ODPS ノードによってデータが生成されたテーブルのみが表示されます。メタデータには、ODPS ノードと Data Integration ノードによってデータが生成されたテーブルが含まれます。
出力情報はリネージに基づいて生成されます。
フィールド名 | データの型 | 説明 |
tenant_id | bigint | DataWorks テナント ID。 |
project_id | bigint | スケジュールされたタスクが実行される DataWorks ワークスペースの ID。 |
type | string | データソースのタイプ。 |
data_source_id | string | データソース ID。 |
database | string | データベース。 |
table | string | テーブルの名前。 |
schedule_task_id | string | スケジュールされたタスク ID。 |
schedule_instance_id | string | スケジュールされたタスクのインスタンス ID。 |
schedule_task_owner | string | スケジュールされたタスクのオーナー。 |
job_start_time_ts | bigint | タスクの開始時刻。13 桁のタイムスタンプです。 |
job_end_time_ts | bigint | タスクの終了時刻。13 桁のタイムスタンプです。 |
execute_time | bigint | タスクの実行に消費された時間。単位: 秒。 |
biz_date | string | データタイムスタンプ。 |
テーブル使用状況メタデータの詳細: raw_v_meta_table_usage
フィールド名 | データの型 | 説明 |
tenant_id | bigint | DataWorks テナント ID。 |
project_id | bigint | スケジュールされたタスクが実行される DataWorks ワークスペースの ID。 |
catalog_name | string | カタログの名前。このフィールドは MaxCompute プロジェクトでは odps に設定されます。 |
database_name | string | データベースまたは MaxCompute プロジェクトの名前。 |
table_name | string | テーブルの名前。 |
schedule_task_id | string | スケジュールされたタスク ID。 |
schedule_task_owner | string | スケジュールされたタスクのオーナー。現在のタスクが DataWorks でスケジュールされていない場合、このフィールドは NULL に設定されます。 |
job_id | string | タスク ID。DataWorks でスケジュールされたタスクのインスタンス ID ではない場合があります。このフィールドを使用して、テーブルからデータが読み取られた回数と、テーブルにデータが書き込まれた回数をカウントできます。 |
op_type | string | 操作タイプ。READ、WRITE、または UNKNOWN のいずれかです。 |
extras | string | 追加情報。JSON 文字列です。 MaxCompute タスクを実行してテーブルに対する操作を実行する場合、task_name キーを使用して MaxCompute タスクの名前を取得できます。DataWorks でスケジュールされたタスクの ID が空でない場合は、schedule_task_name 属性を使用してスケジュールされたタスクの名前を取得できます。例: |
biz_date | string | データタイムスタンプ。 |
列使用状況メタデータの詳細: raw_v_meta_column_usage
フィールド名 | データの型 | 説明 |
tenant_id | bigint | DataWorks テナント ID。 |
project_id | bigint | スケジュールされたタスクが実行される DataWorks ワークスペースの ID。 |
catalog_name | string | カタログの名前。このフィールドは MaxCompute プロジェクトでは odps に設定されます。 |
database_name | string | データベースまたは MaxCompute プロジェクトの名前。 |
table_name | string | テーブルの名前。 |
column_name | string | フィールドの名前。 |
schedule_task_id | string | スケジュールされたタスク ID。 |
schedule_task_owner | string | スケジュールされたタスクのオーナー。現在のタスクが DataWorks でスケジュールされていない場合、このフィールドは NULL に設定されます。 |
inst_id | string | タスク ID。DataWorks でスケジュールされたタスクのインスタンス ID ではない場合があります。 |
op_type | string | 操作タイプ。SELECT、JOIN、GROUP BY、または WHERE のいずれかです。 |
extras | string | 追加情報。JSON 文字列です。 MaxCompute タスクを実行してテーブルに対する操作を実行する場合、task_name キーを使用して MaxCompute タスクの名前を取得できます。DataWorks でスケジュールされたタスクの ID が空でない場合は、schedule_task_name 属性を使用してスケジュールされたタスクの名前を取得できます。例: |
biz_date | string | データタイムスタンプ。 |
テーブル Wiki メタデータの詳細: raw_v_meta_biz_table_wiki
フィールド名 | データの型 | 説明 |
tenant_id | bigint | DataWorks テナント ID。 |
project_id | bigint | スケジュールされたタスクが実行される DataWorks ワークスペースの ID。 |
catalog_name | string | カタログの名前。このフィールドは MaxCompute プロジェクトでは odps に設定されます。 |
database_name | string | データベースまたは MaxCompute プロジェクトの名前。 |
table_name | string | テーブルの名前。 |
version | string | Wiki のバージョン番号。 |
operator | string | 最終オペレーター。テーブルのオーナーである場合があります。 |
content | string | Markdown 構文を使用して記述された Wiki のコンテンツ。 |
update_time_ts | bigint | 変更時刻。値は 13 桁のタイムスタンプです。 |
biz_date | string | データタイムスタンプ。 |
テーブル結合メタデータの詳細: raw_v_meta_table_join_map
フィールド名 | データの型 | 説明 |
tenant_id | bigint | DataWorks テナント ID。 |
catalog_name | string | カタログの名前。このフィールドは MaxCompute プロジェクトでは odps に設定されます。 |
database_name | string | データベースまたは MaxCompute プロジェクトの名前。 |
table_name | string | テーブルの名前。 |
column_name | string | フィールドの名前。 |
join_database_name | string | 関連付けられたデータベースまたは MaxCompute プロジェクトの名前。 |
join_table_name | string | 関連付けられたテーブルの名前。 |
join_column_name | string | 関連付けられたフィールドの名前。 |
join_type | string | JOIN 操作のタイプ。left、right、または inner のいずれかです。 |
schedule_task_id | string | スケジュールされたタスク ID。 |
schedule_task_owner | string | スケジュールされたタスクのオーナー。 |
job_id | string | エンジンレイヤーのタスクの ID。 |
extras | string | 追加情報。JSON 文字列です。MaxCompute タスクを実行してテーブルに対する操作を実行する場合、task_name キーを使用して MaxCompute タスクの名前を取得できます。 |
biz_date | string | データタイムスタンプ。 |
テーブル表示レコード: raw_v_meta_table_detail_log
フィールド名 | データの型 | 説明 |
tenant_id | bigint | DataWorks テナント ID。 |
catalog_name | string | カタログの名前。このフィールドは MaxCompute プロジェクトでは odps に設定されます。 |
database_name | string | データベースまたは MaxCompute プロジェクトの名前。 |
table_name | string | テーブルの名前。 |
operator | string | テーブルの詳細を表示するユーザー。 |
view_time_ts | bigint | テーブルの詳細が表示された時刻。値は 13 桁のタイムスタンプです。 |
biz_date | string | データタイムスタンプ。 |
カテゴリメタデータの詳細: raw_v_meta_category
フィールド名 | データの型 | 説明 |
tenant_id | bigint | DataWorks テナント ID。 |
category_id | bigint | カテゴリ ID。 |
category_name | string | カテゴリの名前。 |
category_pid | bigint | 親カテゴリ ID。このフィールドは、レベル 1 のカテゴリの場合は 0 または NULL に設定されます。 |
depth | bigint | カテゴリのレベル。このフィールドは、レベル 1 のカテゴリの場合は 1 に設定されます。 |
sort_field | double | カテゴリのソート基準となるフィールド。 |
creator_account | string | カテゴリの作成に使用されたアカウント。 |
created_time_ts | bigint | 作成時刻。値は 13 桁のタイムスタンプです。 |
last_modified_time_ts | bigint | 最終変更時刻。値は 13 桁のタイムスタンプです。 |
biz_date | string | データタイムスタンプ。 |
スケジューリングノードの詳細: raw_v_schedule_node
フィールド名 | データの型 | 説明 |
tenant_id | bigint | テナント ID。 |
project_id | bigint | ワークスペース ID。 |
node_id | bigint | ノード ID。 |
node_name | string | ノードの名前。 |
node_type | bigint | ノードのスケジューリングタイプ。有効な値:
|
prg_type | bigint | ノードのタイプ。詳細については、「サポートされているノードタイプ」をご参照ください。
|
flow_id | bigint | ワークフロー ID。 |
project_env | string | 環境タイプ。有効な値:
|
create_time | bigint | 作成時刻。値は 13 桁のタイムスタンプです。 |
create_user | string | 作成者。 |
modify_time | bigint | 最終変更時刻。値は 13 桁のタイムスタンプです。 |
modify_user | string | 修飾子。 |
prg_name | string | ノードタイプの名前。 |
para_value | string | 実行パラメーター。 |
file_id | bigint | ノードに対応するファイルの ID。 |
file_version | bigint | ノードに対応するファイルのバージョン。 |
owner | string | ノードのオーナー。 |
resgroup_id | bigint | リソースグループ ID。 |
baseline_id | bigint | ベースライン ID。 |
cycle_type | bigint | スケジューリングサイクル。有効な値:
|
repeatable | bigint | 再実行モード。有効な値:
|
connection | string | データソースの接続文字列。 |
dqc_type | bigint | ノードが Data Quality のモニタリングルールに関連付けられているかどうかを指定します。有効な値:
|
dqc_description | string | ノードに関連付けられている Data Quality のテーブルおよびパーティションフィルター式。 |
task_rerun_time | bigint | タスクを再実行できる回数。 |
task_rerun_interval | bigint | 再実行間隔。単位: ミリ秒。 |
cron_express | string | ノードのスケジューリング頻度を指定する CRON 式。 |
priority | bigint | タスクの優先度。有効な値: 1、3、5、7、8。値が大きいほど優先度が高くなります。 |
start_effect_date | bigint | ノードが有効になる時刻。値は 13 桁のタイムスタンプです。 |
end_effect_date | bigint | ノードが無効になる時刻。値は 13 桁のタイムスタンプです。 |
biz_date | string | データタイムスタンプ。 |
スケジューリングタスクの詳細: raw_v_schedule_task
フィールド名 | データの型 | 説明 |
tenant_id | bigint | テナント ID。 |
project_id | bigint | ワークスペース ID。 |
node_id | bigint | ノード ID。 |
node_name | string | ノードの名前。 |
task_id | bigint | タスクの名前。 |
dag_id | bigint | ワークフローの有向非巡回グラフ (DAG) ID。 |
task_type | bigint | タスクのスケジューリングタイプ。有効な値:
|
dag_type | bigint | DAG のタイプ。有効な値:
|
prg_type | bigint | ノードのタイプ。詳細については、「サポートされているノードタイプ」をご参照ください。
|
flow_id | bigint | ワークフロー ID。 |
create_time | bigint | 作成時刻。値は 13 桁のタイムスタンプです。 |
modify_time | bigint | 最終変更時刻。値は 13 桁のタイムスタンプです。 |
cycle_time | bigint | スケジューリング時刻。13 桁のタイムスタンプです。 |
in_group_id | bigint | タスクのシリアル番号。 |
prg_name | string | ノードタイプの名前。 |
para_value | string | 実行パラメーター。 |
file_id | bigint | タスクに対応するファイルの ID。 |
file_version | bigint | タスクに対応するファイルのバージョン。 |
owner | string | ノードのオーナー。 |
resgroup_id | bigint | リソースグループ ID。 |
baseline_id | bigint | ベースライン ID。 |
cycle_type | bigint | スケジューリングサイクル。有効な値:
|
repeatable | bigint | 再実行モード。有効な値:
|
connection | string | データソースの接続文字列。 |
dqc_type | bigint | タスクが Data Quality のモニタリングルールに関連付けられているかどうかを指定します。有効な値:
|
dqc_description | string | タスクに関連付けられている Data Quality のテーブルおよびパーティションフィルター式。 |
task_rerun_time | bigint | タスクを再実行できる回数。 |
task_rerun_interval | bigint | 再実行間隔。単位: ミリ秒。 |
begin_waittime_time | bigint | タスクがスケジューリング時刻の到来を待ち始める時刻。値は 13 桁のタイムスタンプです。 |
finish_time | bigint | タスクの実行が終了した時刻。値は 13 桁のタイムスタンプです。 |
begin_waitres_time | bigint | タスクがリソースを待ち始める時刻。値は 13 桁のタイムスタンプです。 |
begin_run_time | bigint | タスクの実行が開始された時刻。値は 13 桁のタイムスタンプです。 |
rerun_times | bigint | タスクが再実行された回数。 |
priority | bigint | タスクの優先度。有効な値: 1、3、5、7、8。値が大きいほど優先度が高くなります。 |
task_key | string | タスクの一意の識別子。 |
error_msg | string | タスクの実行が失敗した理由。 |
status | bigint | タスクのステータス。有効な値:
|
biz_date | string | データタイムスタンプ。 |
スケジューリングノード関係: raw_v_schedule_node_relation
フィールド名 | データの型 | 説明 |
tenant_id | bigint | テナント ID。 |
child_node_id | bigint | 子孫ノード ID。 |
parent_node_id | bigint | 先祖ノード ID。 |
step_type | bigint | 依存関係のタイプ。有効な値:
|
child_flow_id | bigint | ワークフロー ID。 |
project_env | string | 環境タイプ。有効な値:
|
create_time | bigint | 作成時刻。値は 13 桁のタイムスタンプです。 |
create_user | string | 作成者。 |
modify_time | bigint | 最終変更時刻。値は 13 桁のタイムスタンプです。 |
modify_user | string | 修飾子。 |
biz_date | string | データタイムスタンプ。 |
スケジューリングタスクのインスタンス間の関係: raw_v_schedule_task_relation
フィールド名 | データの型 | 説明 |
tenant_id | bigint | DataWorks テナント ID。 |
child_task_id | bigint | 下流タスクのインスタンス ID。 |
parent_task_id | bigint | 上流タスクのインスタンス ID。 |
child_project_id | bigint | 下流タスクのインスタンスが属するワークスペースの ID。 |
parent_project_id | bigint | 上流タスクのインスタンスが属するワークスペースの ID。 |
step_type | bigint | 依存関係のタイプ。
|
daily_dag_id | bigint | グローバル DAG の ID。 |
child_dag_inst_id | bigint | ローカル DAG の ID。 |
biz_date | string | データタイムスタンプ。 |
Data Integration のリソースグループの詳細: raw_v_schedule_di_resgroup
フィールド名 | データの型 | 説明 |
tenant_id | bigint | テナント ID。 |
project_id | bigint | ワークスペース ID。 |
node_id | bigint | ノード ID。 |
project_env | string | ワークスペースの環境。 |
res_group_identifier | string | Data Integration のリソースグループの ID。 |
src_type | string | ソースのタイプ。 |
dst_type | string | ターゲットのタイプ。 |
src_datasource | string | ソース。 |
dst_datasource | string | 宛先。 |
config_concurrent | bigint | 並列スレッド数。 |
biz_date | string | データタイムスタンプ。 |
テナント内のリソースグループに関する情報 (スケジューリング用リソースグループ、Data Integration 用リソースグループ、MaxCompute クォータグループを含む): raw_v_tenant_res_group
フィールド名 | データの型 | 説明 |
tenant_id | bigint | テナント ID。 |
res_group_id | bigint | リソースグループ ID。 |
res_group_identifier | string | リソースグループの識別子。 |
res_group_type | bigint | リソースグループのタイプ。有効な値:
|
res_group_mode | bigint | リソースグループの課金方法。有効な値:
|
status | bigint | リソースグループのステータス。有効な値:
|
biz_ext_key | string | リソースグループの拡張フィールド。値 single は、専用リソースグループを示します。 |
biz_date | string | データタイムスタンプ。 |
テナント内のユーザーに関する情報: raw_v_tenant_user
フィールド名 | データの型 | 説明 |
tenant_id | bigint | テナント ID。 |
yun_account | string | Alibaba Cloud アカウント。 |
account_name | string | アカウントの名前。 |
nick | string | アカウントの表示名。 |
full_yun_account | string | アカウントプロバイダー情報を含む Alibaba Cloud アカウント。 |
biz_date | string | データタイムスタンプ。 |
テナント内のワークスペースに関する情報: raw_v_tenant_workspace
フィールド名 | データの型 | 説明 |
tenant_id | bigint | テナント ID。 |
project_id | bigint | ワークスペース ID。 |
project_name | string | ワークスペースの名前。 |
project_identifier | string | ワークスペースの識別子。 |
project_desc | string | ワークスペースの説明。 |
project_owner | string | ワークスペースのオーナー。 |
status | bigint | ワークスペースのステータス。有効な値:
|
biz_date | string | データタイムスタンプ。 |
テナント内のワークスペースのユーザーに関する情報: raw_v_tenant_workspace_user
フィールド名 | データの型 | 説明 |
tenant_id | bigint | DataWorks テナント ID。 |
project_id | bigint | DataWorks ワークスペース ID。 |
base_id | string | ユーザーのベース ID。 |
status | bigint | ユーザーのステータス。有効な値:
|
gmt_create_ts | bigint | 作成時刻。値は 13 桁のタイムスタンプです。 |
gmt_modified_ts | bigint | 変更時刻。値は 13 桁のタイムスタンプです。 |
biz_date | string | データタイムスタンプ。 |