Skip to content
New issue

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

Synthetic data generation is silently skipped if SYNTHETIC_DATA_GENERATOR env var is not set #654

Closed
maxalbert opened this issue Apr 19, 2019 · 0 comments · Fixed by #673
Labels
bug Something isn't working FlowDB Issues related to FlowDB

Comments

@maxalbert
Copy link
Contributor

If the SYNTHETIC_DATA_GENERATOR environment variable is unset, spinning up flowdb-synthetic-data will result in an empty flowdb instance without any data.

This is because the if statement L44 of flowdb/testdata/bin/z_ingest_synthetic_data.sh does not have an explicit clause so it gets silently ignored if the env var is unset or has a value different from "python" or "sql".

@maxalbert maxalbert added bug Something isn't working FlowDB Issues related to FlowDB labels Apr 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working FlowDB Issues related to FlowDB
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants