The above warning was raised when I attempted to export my street table from postreSQL to file GDB. Does anyone know how to specify this layer creation option? I attempted to add it to the command line, but it did not work. I can't find any documentation on this anywhere.
Hello @FRANKPMATZ
GDAL's documentation refers to that option here:
https://gdal.org/_/downloads/en/stable/pdf/
"7.58.8 64-bit integer field support
Added in version 3.9.
On creation, 64-bit integer field support requires setting the TARGET_ARCGIS_VERSION layer creation option to ARCGIS_PRO_3_2_OR_LATER. Note that Esri recommends to restrict the range of 64-bit integer values to [-
9007199254740991, 9007199254740991] for the larger compatibility. GDAL will allow writing values outside of that range without warning, and can also read them fine."