Hi, I'm trying to get a regx pattern to work for only ingesting Power BI workspaces with a certain string in the name. Can anyone provide the correct syntax? I've tried:
workspace_id_pattern:
allow:
-'.*EBI'
but it does not return any of the workspaces that end with that.......using '.*' returns all workspaces....