test_derive_intra_and_inter_primary_key
test_derive_primary_keys(spark)
¶
Test derive_intra_and_inter_primary_key function.
Source code in code\tests\test_local_material\test_derive_intra_and_inter_primary_key.py
test_derive_primary_keys_empty_df(spark)
¶
Test derive_intra_and_inter_primary_key function with an empty DataFrame.
Source code in code\tests\test_local_material\test_derive_intra_and_inter_primary_key.py
test_derive_primary_keys_missing_columns(spark)
¶
Test derive_intra_and_inter_primary_key function with missing required columns.
Source code in code\tests\test_local_material\test_derive_intra_and_inter_primary_key.py
test_derive_primary_keys_with_nulls(spark)
¶
Test derive_intra_and_inter_primary_key function with null values.