Hi team,
I have some questions
Q. how to export my query result directly to gcp bucket ?
Q. How to schedule query ?
Hi team,
I have some questions
Q. how to export my query result directly to gcp bucket ?
Q. How to schedule query ?
When you create a query and install it in TigerGraph, the platform compiles the query into a REST endpoint. To schedule data retrieval, there are a couple of effective methods:
cron job
to execute the query at specified intervals. This is a standard approach for automating tasks.Feel free to reach out if you have further questions or need assistance.