August 2023 Release Notes
  • 13 Aug 2023
  • 1 Minute to read
  • Dark
    Light
  • PDF

August 2023 Release Notes

  • Dark
    Light
  • PDF

Article Summary

Geography Data Type

Panoply now identifies WKT geography values and ingest them as a Geography data type. It includes the following geography data:

  • Point - For example: POINT(1 2)
  • Linestring - For example: LINESTRING(30 10, 10 30, 40 40)
  • Polygon - For example: POLYGON((30 10, 40 40, 20 40, 10 20, 30 10))
  • MultiPoint - For example: MULTIPOINT(10 40, 40 30, 20 20, 30 10)
  • MultyPolygon - For example: MULTIPOLYGON(((30 20, 45 40, 10 40, 30 20)),((15 5, 40 10, 10 20, 5 10, 15 5)))
  • GeometryCollection - For example: GEOMETRYCOLLECTION(POINT(40 10),LINESTRING(10 10, 20 20, 10 40),POLYGON((40 40, 20 45, 45 30, 40 40)))
Note

The Geography data type is available only in BigQuery

Scheduling Frequency

Panoply users that subscribe to Premium or above tiers can schedule their connectors to run every 10 or 20 minutes in addition to the standard scheduling options.

Flex Connector (v 2.5.0)

Panoply now supports the ability to generate list of identifiers to use in the APIs. This list will be generated dynamically based on a new set of API calls under the Fetch List feature.

Flex Connector (v 2.4.2)

Panoply now supports the ingestion of CSV responses from API services. As part of this support, users can now choose to skip the first N rows in the CSV response.


Was this article helpful?