- 20 Jun 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Google Drive Release Notes
- Updated on 20 Jun 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
June 2024
Panoply now supports the extraction of files from shared drives. The lists of folders and files will now include in them also folders and files from shared drives.
May 2023
Panoply now support skipping XML attributes when extracting XML results using the Google Drive connector.
Under the advanced options of the Google drive connector, select the Skip XML attributes to skip all of the XML attributes and ingest only the XML values. For example, for the data <score type="integer" id="30">100</score>
, Panoply will ingest the value 100
to the score
column
November 2022
The Google Drive data source now supports multiple file encodings. The specific file encoding can be selected in the advanced options. The default encoding is UTF-8.
April 2021
Panoply has refreshed the Google Drive data source. As a part of this refresh, additional features have been added. These include:
- Dropdown with all avaliable Folders
- Collect All feature
- Support for .gzip files
- Incremental loading
- Support for Google Sheets
- Delimeter files in UI config
- Support for delimited files with txt extension
- Support for reading in batches of the some file types
- Support of XML files parsing
Panoply no longer provides a default destination. Users must provide a destination when setting up the data source. When migrating to the new Google Drive data source, users will need to use their existing table names as the destination if they want the data to be collected into those existing tables.
Schema changes include the addition of several metadata fields, and one has been removed.
Added:
__folder
: The name of the parent folder of the file__xml_item
: The name of a child element that represents the record of xml file__xml_root
: The root tag of xml files
Removed:
__tablename
metadata column
September 2020
In our ongoing efforts to bring our users improvements, Panoply has released the Google Drive Data Source. This allows users to import the following types of files from their Google Drive:
- tar, parsing with tarfile
- zip, parsing with zipfile
- xlsx, parsing with openpyxl
- json, parsing with simplejson
- csv, parsing with csv
- tsv, parsing with csv
Once you have authenticated your Google account, Panoply will show you any supported files in your Google Drive.
For more information, see: Google Drive Documentation