Skip to content

Commit

Permalink
Update connection field validation rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tanclary authored and tjbanghart committed Nov 10, 2023
1 parent ad601e6 commit dee1399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector/tableau/looker-jdbc/connectionFields.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!-- Connection fields, part of the Tableau connector SDK; see manifest.xml. -->
<connection-fields>
<field name="server" label="Server" value-type="string" category="endpoint" default-value="localhost">
<validation-rule reg-exp="^(([a-zA-Z]|[a-zA-Z][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z]|[A-Za-z][A-Za-z0-9\-]*[A-Za-z0-9])$"/>
<validation-rule reg-exp="^[a-zA-Z0-9\.\-]*$"/>
</field>

<field name="authentication" label="Authentication" category="authentication" value-type="selection" default-value="auth-user-pass" >
Expand Down

0 comments on commit dee1399

Please sign in to comment.