Skip to content

Commit

Permalink
generate BackfillItemArray with schema (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaoMaWHU authored Feb 27, 2024
1 parent 176b77b commit 4c3c06c
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
namespace com.linkedin.metadata.backfill

/**
* A class for generating the pegasus schema for models used in backfill. DO NOT USE THIS CLASS DIRECTLY.
*/
record BackfillModels {

/**
* An array of com.linkedin.metadata.backfill.BackfillItem. This field is added for generating the class
* BackfillItemArray with schema in pegasus.
*/
backfillItems: array[BackfillItem]
}

0 comments on commit 4c3c06c

Please sign in to comment.