neosync
neosync copied to clipboard
Open source data anonymization and synthetic data orchestration for developers. Create high fidelity synthetic data and sync it across your environments.
We shouldn't show generated columns due to them being read only as the database handles generating their value. Today, we surface them and expect the user to select `GENERATE DEFAULT`...
Copy what we've done in the AiGenerate new Schema form to use the new local version of useFormPersist along with nesting it inside of a child componenet. This is way...
This should be a new optional parameter. It should not be allowed to be greater than the precision From [SyncLinear.com](https://synclinear.com) | [NEOS-1086](https://linear.app/nucleus-cloud/issue/NEOS-1086/expose-ability-to-specify-scale-as-parameter-in-generate-float64)
``` TRANSFORMER_SOURCE_GENERATE_STRING = 24; TRANSFORMER_SOURCE_GENERATE_RANDOM_STRING = 25; ``` We should deprecate one of these. I think the worker is now using GENERATE_RANDOM_STRING, but the config is named GenerateString, so a...
When the backend is configured to use the internal url for the `baseUrl`, this causes the AuthorizationUrl to be returned to the CLI to be the internal. It should instead...
This is a new setting that is available for both of these transformers. The terraform module should be updated to allow setting this property on those configurations. From [SyncLinear.com](https://synclinear.com) |...
``` app-index.js:33 Warning: Cannot update a component (`Page`) while rendering a different component (`Controller`). To locate the bad setState() call inside `Controller`, follow the stack trace as described in https://reactjs.org/link/setstate-in-render...
## Is your feature request related to a problem? Not necessarily - however I do think it would help onboarding new databases to Neosync. ## Describe the solution you'd like...
mysql handles user grants and permissions differently than postgres so we'll need to implement this differently. mysql has a table called - `information_schema.table_privileges` this holds all of the table privileges...
``` Small bug report, the very first migration the neosync-api runs doesn't work out of the box on RDS for me. Trying to back neosync with a real db instead...