Any ideas how i could be violating the cron syntax...
# troubleshooting
d
Any ideas how i could be violating the cron syntax?
a
Hi, @devon_seitz! It looks like that validation regex may not be considering the
/
operator in your first expression. You can open an issue at github.com/meltano/meltano/issues. My hunch is that it should be a quick fix to expand the JSON Schema regex validator with a broader ruleset.
Also - want to add that this should not impact your ability to execute the schedule. This JSON Schema is only driving auto-complete and IDE linting as of now.
d
oh yeah, its just an OCD thing with vscode 😄
a
I'm there with you! 🤣 I get a lot of comfort from squiggly-bashing in VS Code and it always nags at me if I can't remove those red squigglies. 😭