Skip to content

Commit

Permalink
Fix materializations UI to have a single cube choice
Browse files Browse the repository at this point in the history
  • Loading branch information
shangyian committed Feb 3, 2025
1 parent eba05d4 commit f1eeba3
Showing 1 changed file with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,21 +133,12 @@ export default function AddMaterializationPopover({ node, onSubmit }) {

<Field as="select" name="job_type">
<>
{/* <option
key={'druid_measures_cube'}
value={'druid_measures_cube'}
>
Druid Measures Cube (Pre-Agg Cube)
</option> */}
<option
key={'druid_measures_cube'}
value={'druid_measures_cube'}
key={'druid_cube'}
value={'druid_cube'}
>
Druid
</option>
{/* <option key={'spark_sql'} value={'spark_sql'}>
Iceberg Table
</option> */}
</>
</Field>
<br />
Expand Down

0 comments on commit f1eeba3

Please sign in to comment.