We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example: On pycharm: create branch from master called test1 I have a field called "name" I change it on pycharm to "name2", push it to github.
If i go to looker on branch test1, validation shows 100 erros If I use spectacles lookml, validation shows 0 erros.
Same goes for all kind of validations, for example if "name" is also in a look, spectacles says no content erros. looker validation says 10 erros.
The text was updated successfully, but these errors were encountered:
Hey @sozosstergios, make sure you're using --remote-reset so that Spectacles can pull down the branch from GitHub before testing.
--remote-reset
Sorry, something went wrong.
No branches or pull requests
Example:
On pycharm:
create branch from master called test1
I have a field called "name"
I change it on pycharm to "name2", push it to github.
If i go to looker on branch test1, validation shows 100 erros
If I use spectacles lookml, validation shows 0 erros.
Same goes for all kind of validations, for example if "name" is also in a look, spectacles says no content erros. looker validation says 10 erros.
The text was updated successfully, but these errors were encountered: