DatastoreHook
GoogleInteract with Google Cloud Datastore. This hook uses the Google Cloud connection.
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.