OracleToGCSOperator

Google

Copy data from Oracle to Google Cloud Storage in JSON, CSV or Parquet format.

View on GitHub

Last Updated: Oct. 23, 2022

Access Instructions

Install the Google provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

oracle_conn_idReference to a specific Oracle hook.
ensure_utcEnsure TIMESTAMP columns exported as UTC. If set to False, TIMESTAMP columns will be exported using the Oracle server’s default timezone.

Documentation

Copy data from Oracle to Google Cloud Storage in JSON, CSV or Parquet format.

See also

For more information on how to use this operator, take a look at the guide: OracleToGCSOperator

Was this page helpful?