It would be great if outside contributors can get all tests to pass locally. Because the imdb dataset is not public (as discussed here), the packages/malloy-db-test/src/production_models.spec.ts tests fail for it.
Some ideas:
Allow people to skip that model in the local tests based off their dotenv settings.
Allow people to point at their copy of the data, though they need to run the script and storing this data puts you over the Google Cloud free-tier limits.
It would be great if outside contributors can get all tests to pass locally. Because the imdb dataset is not public (as discussed here), the
packages/malloy-db-test/src/production_models.spec.ts
tests fail for it.Some ideas:
dotenv
settings.If we like No. 1, I can PR it.