mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-14 02:11:49 +00:00
Add wildcard to linkedin urn regex check for a dataset id so that logic flow allows wildcards
This commit is contained in:
parent
6ae8c0b3e8
commit
4447362c0c
@ -5,7 +5,7 @@ import { DatasetPlatform, Fabric } from 'wherehows-web/constants';
|
|||||||
* Path segment in a urn. common btw WH and LI formats
|
* Path segment in a urn. common btw WH and LI formats
|
||||||
* @type {RegExp}
|
* @type {RegExp}
|
||||||
*/
|
*/
|
||||||
const urnPath = /[\w.\-\/{}+()\s]+/;
|
const urnPath = /[\w.\-\/{}+()\s\*]+/;
|
||||||
/**
|
/**
|
||||||
* Matches a url string with a `urn` query. urn query with letters or underscore segment of any length greater
|
* Matches a url string with a `urn` query. urn query with letters or underscore segment of any length greater
|
||||||
* than 1 followed by colon and 3 forward slashes and a segment containing letters, {, }, _ or /, or none
|
* than 1 followed by colon and 3 forward slashes and a segment containing letters, {, }, _ or /, or none
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user