You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling DataGenerator.build() currently creates a Spark DataFrame. Customers may want to write data directly to a sink (e.g. tables, files, or message brokers).
Proposed Solution
Create methods to generate data and write to output sinks in a single call.