-
Notifications
You must be signed in to change notification settings - Fork 4
FAQ
No. Great Generator creates synthetic data and does not transform production records.
Start with generate_from_schema when you already know the expected table structure.
Plain mappings, Pandas dtype mappings and DataFrames, compact DDL, PySpark StructType and DataFrames, TableSchema, and DomainSchema. See the support matrix.
Not yet. Use compact column DDL or a Python mapping.
Not as generate_from_schema inputs. They are planned. JSON, TOML, and simple YAML dataset recipes are a separate supported feature.
Yes, when Spark context is available or engine="spark" is selected. Single-table arbitrary-schema generation currently creates values locally before creating the Spark DataFrame.
Yes, through normal Pandas or Spark writers and separately installed connectors. Great Generator does not configure credentials or platform permissions.
No. Use a seed only when repeatable output matters for a test, benchmark, or experiment.
Row-count capability depends on engine, schema, memory, compute, and storage. Use chunking or Spark-native domain generation for very large workloads and benchmark in your own environment.
Use generate_domain for ready-made demos, learning, tutorials, and examples where you do not already have a schema.