...
Code Block |
---|
export DATA_FUSION_API_NAME=datafusion.googleapis.com export PROJECT=sample-project export LOCATION=us-west1 export INSTANCE_ID=sample-instance export INSTANCE_TYPE=BASIC export VERSION=6.1.1 |
Use this API name for staging:
Code Block |
---|
export DATA_FUSION_API_NAME=staging-datafusion.sandbox.googleapis.com |
Use this API name for autopush:
Code Block |
---|
export DATA_FUSION_API_NAME=staging-datafusion.sandbox.googleapis.com |
If you are unsure which versions are supported you can use this command to get a list of the supported versions:
Code Block |
---|
curl -H "Authorization: Bearer $(gcloud auth print-access-token)" https://$DATA_FUSION_API_NAME/v1beta1/projects/$PROJECT/locations/$LOCATION/versions |
Create the instance
Run this command to create the instance.
...