Openflow Connector for Workday

Note

The connector is subject to the Connector Terms.

The Openflow Connector for Workday allows to ingest Workday reports into Snowflake. It is built as the Apache NiFi flow and uses the RaaS (Report-as-a-Service) API to fetch data from Workday. The connector persists data in a dedicated table in the database and schema provided in the configuration.

Limitations

  • Only advanced Workday reports are supported.

  • Only reports in the JSON format are supported.

  • All limitations of the RaaS API apply (max 50k rows).

  • The schema discovery is not supported - schema of a destination table is inferred based on data fetched from Workday.

  • The schema evolution is not supported - if a report changes in Workday, it must be ingested to a new destination table.

  • The incremental load is not supported - the connector uses the truncate & load ingestion strategy.

Language: English