Skip to content

Commit

Permalink
add stage to entity creation (#2387)
Browse files Browse the repository at this point in the history
  • Loading branch information
feng-pan8014 committed Jun 19, 2023
1 parent 20faab8 commit fbb0cd9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,7 @@
" name=\"account\",\n",
" version=\"1\",\n",
" index_columns=[DataColumn(name=\"accountID\", type=DataColumnType.STRING)],\n",
" stage=\"Development\",\n",
" description=\"This entity represents user account index key accountID.\",\n",
" tags={\"data_typ\": \"nonPII\"},\n",
")\n",
Expand Down

0 comments on commit fbb0cd9

Please sign in to comment.