Note: #698 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. Traceback (most recent call last): File "/tmpfs/src/github ...
assert not df_source.empty, "The DataFrame is empty." def test_df_expected_columns(df_source): # Test if the expected columns are present in the DataFrame expected_columns = [f'{id_column}', ...