PySpark learning project that reads nested JSON-style TV show data, performs basic transformations, writes CSV report outputs, and optionally loads the transformed data into Microsoft SQL Server ...
ReviewId INT NOT NULL, -- unique within this table, but no PK constraint TrackId INT NOT NULL, -- matches Track.TrackId logically, but no FK constraint ReviewerName NVARCHAR(100) NOT NULL, -- matches ...