data-partition-id is not consistent with the ingestion-lib naming convention

In osdu-ingestion-lib , data partition id is kebab case image

But in the common_parser/config_utility.py it is looking for a lowercase

    data_partition_id, osdu_namespace, schema_authority, schema_version = get_main_attributes(config)
  File "/home/airflow/.local/lib/python3.8/site-packages/commons_parser/config_utility.py", line 87, in get_main_attributes
    data_partition_id = config["data_partition_id"]