@alicloud/dataworks-public20200518 4.3.0 → 4.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -12634,6 +12634,7 @@ export declare class GetMetaTableColumnResponseBodyDataColumnList extends $tea.M
12634
12634
  isPartitionColumn?: boolean;
12635
12635
  isPrimaryKey?: boolean;
12636
12636
  position?: number;
12637
+ relationCount?: number;
12637
12638
  static names(): {
12638
12639
  [key: string]: string;
12639
12640
  };
@@ -12729,6 +12730,7 @@ export declare class GetMetaTableIntroWikiResponseBodyData extends $tea.Model {
12729
12730
  });
12730
12731
  }
12731
12732
  export declare class GetMetaTableLineageResponseBodyDataDataEntityList extends $tea.Model {
12733
+ createTimestamp?: number;
12732
12734
  tableGuid?: string;
12733
12735
  tableName?: string;
12734
12736
  static names(): {