Skip to content

Commit 416dbaf

Browse files
authored
Merge pull request #332 from eccenca/feature/sqlUpdate-CMEM-4031
Add icons to SQL query operators.
2 parents f204dab + 4ddad6a commit 416dbaf

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ This is a major release, and it might be not compatible with your current usage
3333
- function to calculate the difference between 2 colors using the simple CIE76 formula
3434
- `textToColorHash()`
3535
- function to calculate a color from a text string
36+
- new icons
37+
- `artefact-task-sqlupdatequeryoperator`
38+
- `artefact-task-customsqlexecution`
3639

3740
### Removed
3841

src/components/Icon/canonicalIconNames.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ const canonicalIcons = {
2323
"artefact-task-pivot": icons.Transpose,
2424
"artefact-task-unpivot": icons.Transpose,
2525
"artefact-task-concatenatetofile": icons.DocumentExport,
26+
"artefact-task-sqlupdatequeryoperator": icons.Sql,
27+
"artefact-task-customsqlexecution": icons.Sql,
2628
"artefact-dataset-csv": icons.Csv,
2729
"artefact-dataset-eccencadataplatform": icons.DataVis_1,
2830
"artefact-dataset-excel": icons.Xls,

0 commit comments

Comments
 (0)