Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open Wrangler.

  2. Using the GCS connection, navigate to the directory where you have stored the sample Avro file. Select the file.
    The file should be shown in Wrangler with a single column body of type byte[].

  3. Now apply the directive Parse > Avro on the body column.
    The data should be split into multiple columns.

  4. Click the More link towards the top right, and select View Schema.

  5. In the Schema modal that appears as below, click the download button on the title bar to download the schema of the Avro file.

  6. Store this file at a known location on your computer.

...