agreeable-hamburger-38305
11/24/2021, 6:37 PMcomputational.calzone.sample_table.
profile_pattern:
allow:
- ^computational\.calzone\.sample_table$
and got this error
UnboundVariable: ': unbound variable'
Without the $ it works fine. Anyone know what might be the problem?mammoth-bear-12532
$ sign.. so in this case: "^computational\.calzone\.sample_table\$" should workagreeable-hamburger-38305
11/24/2021, 7:15 PM"^computational\.calzone\.sample_table\$" gives
ScannerError: while scanning a double-quoted scalar
in "<file>", line 9, column 11
found unknown escape character '.'
But "^computational.calzone.sample_table\$" works 🎉