Skip to content

Commit

Permalink
HCK-7389: add helpUrl for tags (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii4as authored Sep 12, 2024
1 parent 4192848 commit 8838ede
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions properties_pane/container_level/containerLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ making sure that you maintain a proper JSON format.
"propertyTooltip": "",
"propertyType": "group",
"groupItemLimit": 50,
"helpUrl": "https://hackolade.com/help/Snowflake.html#Tags",
"structure": [
{
"propertyName": "Tag name",
Expand Down Expand Up @@ -1039,6 +1040,7 @@ making sure that you maintain a proper JSON format.
"propertyType": "group",
"propertyKeyword": "tags",
"propertyTooltip": "Creates a new stored tag or replaces an existing tag for the current database.",
"helpUrl": "https://hackolade.com/help/Snowflake.html#Tags",
"structure": [
{
"propertyName": "Name",
Expand Down
1 change: 1 addition & 0 deletions properties_pane/entity_level/entityLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -1020,6 +1020,7 @@ making sure that you maintain a proper JSON format.
"propertyTooltip": "",
"propertyType": "group",
"groupItemLimit": 50,
"helpUrl": "https://hackolade.com/help/Snowflake.html#Tags",
"structure": [
{
"propertyName": "Tag name",
Expand Down
1 change: 1 addition & 0 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ making sure that you maintain a proper JSON format.
"propertyTooltip": "",
"propertyType": "group",
"groupItemLimit": 50,
"helpUrl": "https://hackolade.com/help/Snowflake.html#Tags",
"structure": [
{
"propertyName": "Tag name",
Expand Down
1 change: 1 addition & 0 deletions properties_pane/view_level/viewLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
"propertyTooltip": "",
"propertyType": "group",
"groupItemLimit": 50,
"helpUrl": "https://hackolade.com/help/Snowflake.html#Tags",
"structure": [
{
"propertyName": "Tag name",
Expand Down

0 comments on commit 8838ede

Please sign in to comment.