We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 144f865 + 74e7718 commit e76eeb9Copy full SHA for e76eeb9
pkg/config/config.go
@@ -55,4 +55,6 @@ var Config = field.NewConfiguration(
55
ConfigurationFields,
56
field.WithConstraints(FieldRelationships...),
57
field.WithConnectorDisplayName("Tableau"),
58
+ field.WithHelpUrl("/docs/baton/tableau"),
59
+ field.WithIconUrl("/static/app-icons/tableau.svg"),
60
)
0 commit comments