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
Hi All,
I am using the gx 1.0.2 library and successfully able to generate data quality results. The result from the checkpoint needs to be read via pyspark dataframe and saved to delta table. The checkpoint result last step is shown below, I need to normalize the json output and read it via pyspark dataframe.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi All,
I am using the gx 1.0.2 library and successfully able to generate data quality results. The result from the checkpoint needs to be read via pyspark dataframe and saved to delta table. The checkpoint result last step is shown below, I need to normalize the json output and read it via pyspark dataframe.
results = checkpoint.run(batch_parameters=batch_parameters, run_id=runid)
Beta Was this translation helpful? Give feedback.
All reactions