The get_ddl function of DeveloperAPIv3 class in enverus_developer_api is not returning the correct datatype for column 'GridCapableFlag' in 'rig_specs' dataset. The column - 'GridCapableFlag' is of varchar(5) datatype, however, the python library returns the value as boolean.
As part of my program, after I create the v3 python library client, I am using the following statement -
The get_ddl function of DeveloperAPIv3 class in enverus_developer_api is not returning the correct datatype for column 'GridCapableFlag' in 'rig_specs' dataset. The column - 'GridCapableFlag' is of varchar(5) datatype, however, the python library returns the value as boolean.
As part of my program, after I create the v3 python library client, I am using the following statement -
Please fix this issue. It has also been reported to the drillinginfosupport@enverus.com email. I was advised to report it here!