DatastoreHook

Google

Interact with Google Cloud Datastore. This hook uses the Google Cloud connection.

View on GitHub

Last Updated: Jan. 23, 2023

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

api_versionThe version of the API it is going to connect to.

Documentation

Interact with Google Cloud Datastore. This hook uses the Google Cloud connection.

This object is not threads safe. If you want to make multiple requests simultaneously, you will need to create a hook per thread.

Was this page helpful?